Changes between Version 5 and Version 6 of InstallUbuntuSvn


Ignore:
Timestamp:
Nov 17, 2011, 3:28:27 PM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallUbuntuSvn

    v5 v6  
    1919Should produce an anuga_core directory in your home directory
    2020
     21=== Setup PYTHONPATH ===
    2122
    2223Put the following in your .bashrc file
     
    3132
    3233
    33 Need to install some libraries
     34== Compile ANUGA Code ===
    3435
    35 
    36 
    37 
    38 Now go to the directory anuga_core
    39 
    40 compile the anuga files via:
     36Now go to the directory anuga_core and compile the anuga files via:
    4137
    4238python compile_all.py
    4339
    44 Run the unit tests via:
     40== Run Unit tests ==
     41
     42From the anuga_core directory run the unit tests via:
    4543
    4644python test_all.py
    4745
    48 Hopefully everything works (except for the expected 1 failure regarding ghost triangles)
     46Hopefully all the unit test pass. As this is bleeding edge there are sometimes a small number of failures as this is a work in progress.