Changes between Initial Version and Version 1 of Installation


Ignore:
Timestamp:
Sep 19, 2013, 5:39:20 PM (11 years ago)
Author:
g7moreau
Comment:

Création de la page

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v1 v1  
     1= WikiStart / Installation =
     2
     3Download the .zip archive UVMAT available at  [http://servforge.legi.grenoble-inp.fr/pub/soft-uvmat] and unzip at the appropriate location on your computer.
     4It should be ready for operations.
     5
     6This package contains specific Matlab functions updated on a SVN server, as well as a 'fixed' archive containing the toolboxes
     7
     8 * xmltree (http://www.artefact.tk/software/matlab/xml) , used for reading and editing xml files
     9 * geometric calibration (http://www.vision.caltech.edu/bouguetj/calib_doc)
     10
     11An upgrade of these toolboxes from their source web site may be needed depending on the system and Matlab version.
     12
     13A set of xml schemas, updated by SVN, is also provided as templates for editing xml files within uvmat.
     14
     15The package contains a template file ''PARAM.xml.default'', updated by SVN, which specifies system parameters needed for the use of a computer cluster.
     16After proper editing, it must be transformed into ''PARAM.xml'', unchanged by further SVN updates.
     17
     18Finally the archive contains binary files compiled from the Fortran programs ''CivX''.
     19This is not mandatory as it is now replaced by Matlab functions within uvmat.
     20These binaries depend on the operating system, unlike the Matlab toolboxes, so that archives are provided for different systems.
     21To recompile these programs, see [wiki:Installation/CivxDevelloper].
     22
     23=== Windows installation ===
     24To further update the package with SVN, perform a checkout in this directory using [http://tortoisesvn.tigris.org/ Tortoise SVN].
     25The repository is available for download at http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/.
     26
     27=== Linux automated installation ===
     28The procedure under linux requires the svn and wget commands from a shell.
     29See [wiki:Installation/Linux].
     30
     31=== MacOS automated installation ===
     32The procedure under !MacOs requires the svn and curl commands from a shell.
     33See [wiki:Installation/MacOsX].
     34
     35=== LEGI Cluster Installation ===
     36If you wish to install UVMAT in your home of the LEGI cluster,
     37please see [wiki:Installation/LegiCluster].
     38
     39=== CivX developper installation (Fortran programs for advanced users) ===
     40If you also wish to have the last version of CIV and compile it on your machine,
     41please see [wiki:Installation/CivxDevelloper].