Changes between Version 9 and Version 10 of Installation
- Timestamp:
- Feb 27, 2014, 9:59:11 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v9 v10 3 3 4 4 The current version number is indicated in the archive name. The latest version under development is available on the SVN server http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/. 5 (to use the SVN server under Windows, you can install [http://tortoisesvn.tigris.org/ Tortoise SVN] and perform a checkout in http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/) 5 On Linux, go to a folder where you want to install {{{uvmat}}} and type the command line 6 6 7 The package also contain 'fixed' toolboxes: 7 {{{ 8 svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src uvmat 9 }}} 10 11 Later updates can be obtained by opening a terminal in the folder {{{uvmat}}} and by typing the command 12 {{{ 13 svn update 14 }}} 15 16 To use the SVN server under Windows, you can install [http://tortoisesvn.tigris.org/ Tortoise SVN] and perform a checkout in http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/). 17 It is also recommended to install a command line version, needed by uvmat to check the consistency of the package with the svn server. 18 19 Note that the package contains the toolboxes: 8 20 * xmltree (http://www.artefact.tk/software/matlab/xml) , used for reading and editing xml files 9 21 * geometric calibration (http://www.vision.caltech.edu/bouguetj/calib_doc)