Changes between Version 43 and Version 44 of InstallWindowsSvn


Ignore:
Timestamp:
Mar 28, 2015, 2:16:42 PM (10 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v43 v44  
    3535Mark the ``openmp`` and ``gfortran`` options in the "Choose Components" part of the installation.
    3636
    37 We need to force the {{{python}}} installation scripts to use this compiler. Add a configuratoin file named {{{pydistutils.cfg}}} to your home directory {{{C:\Users\yourName}}} with the contents
     37We need to force the {{{python}}} installation scripts to use this compiler. Add a configuration file named {{{pydistutils.cfg}}} to your home directory {{{C:\Users\yourName}}} with the contents
    3838
    3939{{{
     
    4242}}}
    4343
     44
     45== Git ==
     46
     47Our preferred method of installing {{{anuga}}} is using {{{git}}}. Though you can use subverson or download a zipped file.
     48
     49To install git use the [http://git-scm.com/download/win link]
    4450
    4551== Manual install ==
     
    5460First we need to get the anuga source code.
    5561
    56 === Zipped version ===
     62=== Clone anuga via git ===
    5763
    58 A zipped version of the latest development version of {{{anuga}}} is available from github at [https://github.com/GeoscienceAustralia/anuga_core/archive/master.zip] and the latest released version at sourceforge [http://sourceforge.net/projects/anuga/files/anuga_1.3/anuga_1.3.10.zip] You will need to unzip the file into a directory called {{{anuga_core}}} perhaps in your home directory.
     64
     65To obtain the anuga repo from  github use
     66
     67{{{
     68git clone https://github.com/GeoscienceAustralia/anuga_core.git
     69}}}
    5970
    6071=== Checkout anuga via svn  ===
     
    6879}}}
    6980
    70 === Checkout anuga via git ===
    7181
    72 The URL for the git repository to clone is
    7382
    74 {{{
    75 https://github.com/GeoscienceAustralia/anuga_core.git
    76 }}}
     83
     84=== Zipped version ===
     85
     86A zipped version of the latest development version of {{{anuga}}} is available from github at [https://github.com/GeoscienceAustralia/anuga_core/archive/master.zip] and the latest released version at sourceforge [http://sourceforge.net/projects/anuga/files/anuga_1.3/anuga_1.3.10.zip] You will need to unzip the file into a directory called {{{anuga_core}}} perhaps in your home directory.
     87
     88
    7789
    7890