Changes between Version 16 and Version 17 of InstallUbuntuSvn


Ignore:
Timestamp:
Jan 11, 2012, 9:09:51 PM (13 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallUbuntuSvn

    v16 v17  
    5959
    6060Hopefully 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
     64From 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{{{
     67svn update
     68}}}
     69
     70Then again from the {{{anuga_core}}} directory recompile the code and check the unit tests via
     71
     72{{{
     73python compile_all.py
     74python test_all.py
     75}}}