Changes between Version 21 and Version 22 of InstallViewer
- Timestamp:
- Mar 24, 2015, 12:42:40 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallViewer
v21 v22 4 4 5 5 {{{ 6 sudo apt-get install build-essential libgdal-dev make subversionlibopenscenegraph-dev6 sudo apt-get install build-essential libgdal-dev make git libopenscenegraph-dev 7 7 }}} 8 8 9 9 10 10 == Download the anuga_viewer Code == 11 The latest version of the code is available from {{{g ooglecode}}}. Don't use the version on sourceforge.11 The latest version of the code is available from {{{github}}}. Don't use the version on sourceforge. 12 12 13 13 … … 15 15 16 16 {{{ 17 svn checkout http://anuga-viewer.googlecode.com/svn/trunk/anuga-viewer17 git clone https://github.com/GeoscienceAustralia/anuga-viewer.git anuga-viewer 18 18 }}} 19 19 … … 30 30 31 31 {{{ 32 export SWOLLEN_BINDIR= /home/******/anuga-viewer/bin32 export SWOLLEN_BINDIR=~/anuga-viewer/bin 33 33 export PATH=$PATH:$SWOLLEN_BINDIR 34 34 }}} 35 35 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 .profile36 With some versions of linux you need to put this command in the file .profile 37 37 38 38 You should rerun your {{{.bashrc}}} file with