Changes between Version 41 and Version 42 of InstallWindowsSvn


Ignore:
Timestamp:
Mar 15, 2015, 2:58:08 PM (10 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v41 v42  
    33== Introduction ==
    44
    5 {{{anuga}}} is developed on Linux (Ubuntu) and hence the installation on Linux (Ubuntu) is more streamlined. But it is possible to install on windows. First you need to install the required {{{python}}} environment, then download the {{{anuga}}} source and then compile and test. The most time consuming part of the process is getting the {{{python}}} environment setup (which involves either a 500 MB download and some fixes, or a sequence of smaller downloads (see manual install)). But it can be done.
     5{{{anuga}}} is developed on Linux (Ubuntu) and hence the installation on Linux (Ubuntu) is more streamlined. But it is possible to install on windows. First you need to install the required {{{python}}} environment, then download the {{{anuga}}} source and then compile and test. The most time consuming part of the process is getting the {{{python}}} environment setup.
    66
    77
    88== Python ==
    99
    10 We use {{{python}}} as our programming environment together with a number of standard python packages such as {{{numpy, scipy, matplotlib, netcdf4}}}.  One way to install all the required packages is to use a distribution like {{{python_xy}}}, {{{Anaconda}}} and the related {{{miniconda}}} environments.
     10We use {{{python}}} as our programming environment together with a number of standard python packages such as {{{numpy, scipy, matplotlib, netcdf4}}}.  One way to install all the required packages is to use a distribution like {{{python_xy}}}, {{{Anaconda}}} and the related {{{miniconda}}} environments. I suggest {{{miniconda}}} as it allow you to only install the packages that ae needed (so is a bit quicker).
    1111
    1212=== Miniconda ===
     
    1717
    1818At the moment {{{anuga}}} has memory problems with {{{win64}}} so avoid that for the time being.
    19 You are most welcome to help track down the problems and provide a bug fix.
     19You are most welcome to help track down the problems and provide a bug fix :-).
    2020
    2121== Anuga python package dependencies ==
     
    3030== GCC compiler ==
    3131
    32 We need a gcc compiler to install {{{anuga}}}.
     32We need a gcc compiler with openmp support to install {{{anuga}}}.
    3333
    3434We suggest that you download and install the version of [http://www.mingw.org/ MinGW] provided by [http://tdm-gcc.tdragon.net/ TDM-GCC].
    35 Don't forget to mark the ``openmp`` and ``gfortran`` options in the "Choose Components" part of
     35Mark the ``openmp`` and ``gfortran`` options in the "Choose Components" part of
    3636the installation.
    3737
     
    4343== Download ANUGA ==
    4444
    45 So now to actually installing anuga. First we need to get the actual anuga source code.
     45So now to actually installing anuga. First we need to get the anuga source code.
    4646
    4747=== Zipped version ===
     
    7070}}}
    7171
     72Hopefully no errors.
    7273
    7374== Run Unit tests ==