Changes between Version 44 and Version 45 of InstallUbuntuSvn
- Timestamp:
- Mar 11, 2015, 7:53:37 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallUbuntuSvn
v44 v45 19 19 }}} 20 20 21 We need to install a fairly large number of packages, but we a script ({{{tools/install_ubuntu.sh}}}) which will run through the installation process for you. 21 We need to install a fairly large number of packages, but we have a script 22 ({{{tools/install_ubuntu.sh}}}) which will run through the installation process. 22 23 23 Change into the newly downloaded {{{anuga_core}}} directory and run the installation script (this will take 5 to 10 minutes depending on your network connection) 24 Change into the newly downloaded {{{anuga_core}}} directory and run the installation script 25 (this will take 5 to 10 minutes depending on your network connection) 24 26 25 27 {{{ … … 30 32 If all has been successful then {{{anuga}}} should be installed. 31 33 32 To check the installation run the unit tests via: 34 == Check Installation == 35 To check the installation run the over 1200 unit tests (which should take 5 - 10 minutes) via: 33 36 34 37 {{{ … … 36 39 }}} 37 40 38 == Conclusion ==39 41 40 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. 42 43 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. 44 45 == What Next == 46 47 Have a look at the examples in the directory anuga_core/examples and the user_manual in the anuga_core/doc directory to see how to use anuga. 41 48 42 49 == Updating ==