Changes between Initial Version and Version 1 of Installation/Linux


Ignore:
Timestamp:
Oct 7, 2011, 1:26:34 PM (13 years ago)
Author:
gostiaux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Linux

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