Changes between Version 1 and Version 2 of Installation


Ignore:
Timestamp:
Sep 27, 2013, 3:23:25 PM (11 years ago)
Author:
sommeria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v1 v2  
    11= WikiStart / Installation =
    2 
    3 Download the .zip archive UVMAT available at  [http://servforge.legi.grenoble-inp.fr/pub/soft-uvmat] and unzip at the appropriate location on your computer.
    4 It should be ready for operations.
     2Download the .zip archive UVMAT available at  [http://servforge.legi.grenoble-inp.fr/pub/soft-uvmat] and unzip at the appropriate location on your computer. It should be ready for operations.
    53
    64This package contains specific Matlab functions updated on a SVN server, as well as a 'fixed' archive containing the toolboxes
     
    1311A set of xml schemas, updated by SVN, is also provided as templates for editing xml files within uvmat.
    1412
    15 The package contains a template file ''PARAM.xml.default'', updated by SVN, which specifies system parameters needed for the use of a computer cluster.
    16 After proper editing, it must be transformed into ''PARAM.xml'', unchanged by further SVN updates.
     13The package contains a template file ''PARAM.xml.default'', updated by SVN, which specifies system parameters needed for the use of a computer cluster. After proper editing to adapt to the system configuration, it must be transformed into ''PARAM.xml'', protected from further SVN updates.
    1714
    18 Finally the archive contains binary files compiled from the Fortran programs ''CivX''.
    19 This is not mandatory as it is now replaced by Matlab functions within uvmat.
    20 These binaries depend on the operating system, unlike the Matlab toolboxes, so that archives are provided for different systems.
    21 To recompile these programs, see [wiki:Installation/CivxDevelloper].
     15Finally the archive contains binary files compiled from the Fortran programs ''CivX''. This is not mandatory as it is now replaced by Matlab functions within uvmat. These binaries depend on the operating system, unlike the Matlab toolboxes, so that archives are provided for different systems. To recompile these programs, see [wiki:Installation/CivxDevelloper].
    2216
    2317=== Windows installation ===
    24 To further update the package with SVN, perform a checkout in this directory using [http://tortoisesvn.tigris.org/ Tortoise SVN].
    25 The repository is available for download at http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/.
     18To further update the package with SVN, perform a checkout in this directory using [http://tortoisesvn.tigris.org/ Tortoise SVN]. The repository is available for download at http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/.
    2619
    2720=== Linux automated installation ===
    28 The procedure under linux requires the svn and wget commands from a shell.
    29 See [wiki:Installation/Linux].
     21The procedure under linux requires the svn and wget commands from a shell. See [wiki:Installation/Linux].
    3022
    3123=== MacOS automated installation ===
    32 The procedure under !MacOs requires the svn and curl commands from a shell.
    33 See [wiki:Installation/MacOsX].
     24The procedure under !MacOs requires the svn and curl commands from a shell. See [wiki:Installation/MacOsX].
    3425
    3526=== LEGI Cluster Installation ===
    36 If you wish to install UVMAT in your home of the LEGI cluster,
    37 please see [wiki:Installation/LegiCluster].
     27If you wish to install UVMAT in your home of the LEGI cluster, please see [wiki:Installation/LegiCluster].
    3828
    3929=== CivX developper installation (Fortran programs for advanced users) ===
    40 If you also wish to have the last version of CIV and compile it on your machine,
    41 please see [wiki:Installation/CivxDevelloper].
     30If you also wish to have the last version of CIV and compile it on your machine, please see [wiki:Installation/CivxDevelloper].