| | 1 | To use UVMAT and CIV locally on a linux machine, follow the following indications. |
| | 2 | |
| | 3 | |
| | 4 | Go to a folder where you want to install uvmat. In this folder, a "uvmat" folder will be created by the following procedure. |
| | 5 | |
| | 6 | For a 64 bit architecture, copy paste the lines below : |
| | 7 | |
| | 8 | {{{ |
| | 9 | wget http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux64.tgz |
| | 10 | tar -xzvf uvmat_include_linux64.tgz |
| | 11 | mv uvmat_linux64 uvmat |
| | 12 | rm uvmat_include_linux64.tgz |
| | 13 | cd uvmat |
| | 14 | svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src ./ |
| | 15 | |
| | 16 | }}} |
| | 17 | |
| | 18 | You can then launch Matlab, add the uvmat folder to your Matlab path, type uvmat and play. |
| | 19 | |
| | 20 | For a 64 bit architecture, copy paste the lines below : |
| | 21 | |
| | 22 | {{{ |
| | 23 | wget http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux64.tgz |
| | 24 | tar -xzvf uvmat_include_linux32.tgz |
| | 25 | mv uvmat_linux32 uvmat |
| | 26 | rm uvmat_include_linux64.tgz |
| | 27 | cd uvmat |
| | 28 | svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src ./ |
| | 29 | |
| | 30 | }}} |
| | 31 | |
| | 32 | |
| | 33 | |