Changes between Version 1 and Version 2 of InstallUbuntuSvn


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallUbuntuSvn

    v1 v2  
    1 Checkout anuga via svn
     1= Installing ANUGA on Ubuntu using the bleeding edge version =
    22
    3 (might need to install svn via the command "sudo apt-get install subversion")
     3== Packages to install ==
    44
     5Install the following packages via the commands
    56
    6 Checkout anuga via:
     7sudo apt-get install subversion
     8sudo apt-get install python-scientific
     9sudo apt-get install python-dev
     10sudo apt-get install python-matplotlib
     11sudo apt-get install python-profiler
     12
     13== Checkout anuga via svn ==
     14
     15From your home directory run:
    716
    817svn checkout https://anuga.anu.edu.au/svn/trunk/anuga_core anuga_core
    918
    10 Should produce an anuga_core directory.
     19Should produce an anuga_core directory in your home directory
    1120
    1221
     
    2433Need to install some libraries
    2534
    26 sudo apt-get install python-scientific
    27 sudo apt-get install python-dev
    28 sudo apt-get install python-matplotlib
    29 sudo apt-get install python-profiler
     35
    3036
    3137