Changes between Version 2 and Version 3 of InstallWindowsGohlke
- Timestamp:
- Mar 31, 2015, 5:18:57 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsGohlke
v2 v3 63 63 64 64 65 == Git ==66 67 Our preferred method of installing {{{anuga}}} and updating is to use {{{git}}} (Though you can use subverson or download a zipped file).68 69 To install git use the [http://git-scm.com/download/win windows download link]70 65 71 66 … … 75 70 76 71 77 == Download ANUGA==72 == Installing ANUGA via pip == 78 73 79 74 You should now have all the dependencies installed. You should fire up a new {{{cmd.exe}}} and install {{{anuga}}} … … 89 84 }}} 90 85 91 If the install is successful, test the instal via86 If the install is successful, test the install via 92 87 93 88 {{{ … … 96 91 97 92 98 === Install via source ===99 93 100 First we need to get the anuga source code. 94 95 == Install current development version === 96 97 98 === Git === 99 100 Our preferred method of obtaining the most current version of {{{anuga}}} is to use {{{git}}} (Though you can use subverson or download a zipped file). 101 102 Download and run the [http://git-scm.com/download/win windows git installer] 103 104 105 101 106 102 107 === Clone anuga via git === 108 We need to obtain (clone) the anuga source code. 103 109 104 105 To obtain the anuga repo from github use {{{git clone}}} i.e. 110 To obtain the anuga repo from github use {{{git clone}}} i.e. from a new cmd line run the command 106 111 107 112 {{{ … … 109 114 }}} 110 115 111 === Checkout anuga via svn ===112 116 113 You can also check out the anuga repository using subversion. 114 I suggest installing [http://tortoisesvn.net/downloads.html tortoise svn downloads] and then checking out the following svn repository. 115 When you installed {{{tortoise svn}}} it creates a few extra menu items to your right click menu in the file manager. Just choose "tortoise" checkout to download the code. 116 117 {{{ 118 https://anuga.anu.edu.au/svn/anuga/trunk/anuga_core 119 }}} 120 121 122 123 124 === Zipped version === 125 126 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. 127 128 129 130 131 == Installing ANUGA == 117 == Buils and Install ANUGA == 132 118 133 119 You should now have an anuga_core directory. 134 120 135 121 Now go to the directory anuga_core and build and install anuga. 136 Fire up a cmd terminal, change to the {{{anuga_core}}} directory and run122 Change to the {{{anuga_core}}} directory and run 137 123 138 124 {{{ … … 151 137 152 138 153 === Note ===154 At present the Anaconda (conda) version of {{{gdal}}} is missing the {{{gdal}}} data directory (presumably to save space). This will cause some error messages of the form "ERROR 4: Unable to open EPSG support file gcs.csv". It should be fine to disregard these errors messages. It would be possible to download the gdal data directory and point the {{{GDAL_DATA}}} environment variable to the data directory.155 156 157 139 == Conclusion == 158 140 159 Hopefully all the unit tests pass. As this is bleeding edge there are sometimes a small number of failures as this is a work in progress. Have a look at the demos in the directory anuga_core/documentation/user_manual/demos (along with the user manual) to see how to use anuga.141 Hopefully all the unit tests pass. As this is bleeding edge there are sometimes a small number of failures as this is a work in progress. Have a look at the {{{examples}}} in the directory {{{anuga_core/examples}}} (along with the user manual in {{{anuga_core/doc}}}) to see how to use anuga. 160 142 161 143 == Updating ==