Changes between Version 21 and Version 22 of InstallViewer


Ignore:
Timestamp:
Mar 24, 2015, 12:42:40 PM (10 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallViewer

    v21 v22  
    44
    55{{{
    6 sudo apt-get install build-essential libgdal-dev make subversion libopenscenegraph-dev 
     6sudo apt-get install build-essential libgdal-dev make git libopenscenegraph-dev 
    77}}}
    88
    99
    1010== Download the anuga_viewer Code ==
    11 The latest version of the code is available from {{{googlecode}}}. Don't use the version on sourceforge.
     11The latest version of the code is available from {{{github}}}. Don't use the version on sourceforge.
    1212
    1313
     
    1515
    1616{{{
    17 svn checkout http://anuga-viewer.googlecode.com/svn/trunk/ anuga-viewer
     17git clone https://github.com/GeoscienceAustralia/anuga-viewer.git anuga-viewer
    1818}}}
    1919
     
    3030
    3131{{{
    32 export SWOLLEN_BINDIR=/home/******/anuga-viewer/bin
     32export SWOLLEN_BINDIR=~/anuga-viewer/bin
    3333export PATH=$PATH:$SWOLLEN_BINDIR
    3434}}}
    3535
    36 where you should replace {{{*****}}} by the name of your home directory.  With some versions of linux you need to put this command in the file .profile
     36With some versions of linux you need to put this command in the file .profile
    3737
    3838You should rerun your {{{.bashrc}}} file with