Changes between Initial Version and Version 1 of Installation/MacOsX


Ignore:
Timestamp:
May 3, 2012, 12:07:38 PM (12 years ago)
Author:
sommeria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/MacOsX

    v1 v1  
     1To use UVMAT and CIV locally on a !MacOS 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{{{
     9curl -O 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
     13svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src uvmat/
     14
     15}}}
     16
     17You can then launch Matlab, add the uvmat folder to your Matlab path, type uvmat and play.
     18
     19For a 32 bit architecture, copy paste the lines below :
     20
     21{{{
     22curl -O http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux32.tgz
     23tar -xzvf uvmat_include_linux32.tgz
     24mv uvmat_linux32 uvmat
     25rm uvmat_include_linux32.tgz
     26svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src uvmat/
     27
     28}}}
     29
     30
     31