Changes between Version 43 and Version 44 of InstallWindowsSvn
- Timestamp:
- Mar 28, 2015, 2:16:42 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v43 v44 35 35 Mark the ``openmp`` and ``gfortran`` options in the "Choose Components" part of the installation. 36 36 37 We need to force the {{{python}}} installation scripts to use this compiler. Add a configurat oin file named {{{pydistutils.cfg}}} to your home directory {{{C:\Users\yourName}}} with the contents37 We need to force the {{{python}}} installation scripts to use this compiler. Add a configuration file named {{{pydistutils.cfg}}} to your home directory {{{C:\Users\yourName}}} with the contents 38 38 39 39 {{{ … … 42 42 }}} 43 43 44 45 == Git == 46 47 Our preferred method of installing {{{anuga}}} is using {{{git}}}. Though you can use subverson or download a zipped file. 48 49 To install git use the [http://git-scm.com/download/win link] 44 50 45 51 == Manual install == … … 54 60 First we need to get the anuga source code. 55 61 56 === Zipped version===62 === Clone anuga via git === 57 63 58 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. 64 65 To obtain the anuga repo from github use 66 67 {{{ 68 git clone https://github.com/GeoscienceAustralia/anuga_core.git 69 }}} 59 70 60 71 === Checkout anuga via svn === … … 68 79 }}} 69 80 70 === Checkout anuga via git ===71 81 72 The URL for the git repository to clone is73 82 74 {{{ 75 https://github.com/GeoscienceAustralia/anuga_core.git 76 }}} 83 84 === Zipped version === 85 86 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. 87 88 77 89 78 90