Changes between Version 45 and Version 46 of InstallWindowsSvn
- Timestamp:
- Mar 28, 2015, 2:25:15 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v45 v46 47 47 == Git == 48 48 49 Our preferred method of installing {{{anuga}}} is using {{{git}}}. Though you can use subverson or download a zipped file.49 Our preferred method of installing {{{anuga}}} and updating is to use {{{git}}} (Though you can use subverson or download a zipped file). 50 50 51 To install git use the [http://git-scm.com/download/win link]51 To install git use the [http://git-scm.com/download/win windows download link] 52 52 53 53 == Manual install == … … 65 65 66 66 67 To obtain the anuga repo from github use 67 To obtain the anuga repo from github use {{{git clone}}} i.e. 68 68 69 69 {{{ … … 86 86 === Zipped version === 87 87 88 Azipped version of the latest development version of {{{anuga}}} is available from github at [https://github.com/GeoscienceAustralia/anuga_core/archive/master.zip] and the latest released version at sourceforge [http://sourceforge.net/projects/anuga/files/anuga_1.3/anuga_1.3.10.zip] You will need to unzip the file into a directory called {{{anuga_core}}} perhaps in your home directory.88 Finally a zipped version of the latest development version of {{{anuga}}} is available from github at [https://github.com/GeoscienceAustralia/anuga_core/archive/master.zip] and the latest released version at sourceforge [http://sourceforge.net/projects/anuga/files/anuga_1.3/anuga_1.3.10.zip] You will need to unzip the file into a directory called {{{anuga_core}}} perhaps in your home directory. 89 89 90 90 … … 99 99 100 100 {{{ 101 python setup.py buildinstall101 python setup.py install 102 102 }}} 103 103 … … 123 123 == Updating == 124 124 125 From time to time you should update your version of anuga. This is fairly easy if you used subversion or git to obtain the source. You will then just need to {{{update}}} (with subversion) or {{{pull}}} (with git). 125 From time to time you should update your version of anuga. This is fairly easy if you used subversion or git to obtain the source. You will then just need to {{{pull}}} (with git) or {{{update}}} (with subversion). 126 127 I.e. if using {{{git}}} fire up {{{cmd.exe}}}, change into the {{{anuga_core}}} directory and run 128 129 {{{ 130 git pull 131 }}} 126 132 127 133 128 Then again from the {{{anuga_core}}} directory recompilethe code and check the unit tests via134 Then re-install the latest version of the code and check the unit tests via 129 135 130 136 {{{