Changes between Version 16 and Version 17 of InstallUbuntuSvn
- Timestamp:
- Jan 11, 2012, 9:09:51 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallUbuntuSvn
v16 v17 59 59 60 60 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. 61 62 == Updating == 63 64 From time to time you should update your version of anuga. This is fairly easy. From your {{{anuga_core}}} directory update the anuga code via the subversion command 65 66 {{{ 67 svn update 68 }}} 69 70 Then again from the {{{anuga_core}}} directory recompile the code and check the unit tests via 71 72 {{{ 73 python compile_all.py 74 python test_all.py 75 }}}