Changeset 4039


Ignore:
Timestamp:
Nov 28, 2006, 3:40:18 PM (17 years ago)
Author:
ole
Message:

Update after installation trial on Ken's machine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_installation_guide.tex

    r4019 r4039  
    6565      \item Scientific Python:\\
    6666       \url{http://sourcesup.cru.fr/frs/download.php/745/ScientificPython-2.4.9.win32-py2.4.exe}
    67       \item NETCDF \url{ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/win32/netcdf-3.6.1-beta1-win32dll.zip}. Unpack this in a folder that is available on the system path. We suggest unpacking it into
     67      \item NETCDF: download the file netcdf-3.6.1-beta1-win32dll.zip from
     68      \url{http://www.unidata.ucar.edu/software/netcdf/binaries.html} (\url{ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/win32/netcdf-3.6.1-beta1-win32dll.zip}). Unpack this in a folder that is available on the system path. We suggest unpacking it into
    6869      \begin{verbatim}
    6970      C:\bin
     
    7475  \item Add the following to the PATH environment variable
    7576    \begin{verbatim}
    76       PATH=C:\Python24;C:\Python24\Enthought\MingW\bin;
    77       C:\Program Files\anuga_viewer;C:\bin
    78     \end{verbatim}
     77      PATH=C:\Python24;C:\Python24\Enthought\MingW\bin;C:\bin
     78    \end{verbatim}   %C:\Program Files\anuga_viewer;
    7979  \item Unpack the ANUGA source code (\code{anuga-1.0_xxxx.tgz})
    8080  in the python site-packages
    81   directory \code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages}
     81  directory \code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages}. This is often done in Windows by
     82  double clicking on the tgz file and then select 'browse to' the destination directory.
    8283  \item In the ANUGA root directory (\code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages$\backslash$anuga}),
    8384  run the compilation script (either from the commandline or by clicking on it):
     
    8586        python compile_all.py
    8687    \end{verbatim}}
    87   \item In the ANUGA root directory, run the test suite:
     88  \item In the ANUGA root directory, run the test suite (e.g. by opening it with IDLE
     89  and running the file)\footnote{If run on the commandline, this test suite will cause an error that has to do
     90  with the atexit.py functionality of the logger. As long as all tests pass OK, you can safely ignore that error.}:
    8891    {\small \begin{verbatim}
    8992        python test_all.py
     
    124127
    125128
     129
     130
    126131\clearpage
    127132\section{Pre-requisites}
     
    155160
    156161\begin{itemize}
    157   \item psyco \url{http://psyco.sourceforge.net/index.html}
     162  \item psyco \url{http://psyco.sourceforge.net/index.html}: Speeds up anuga by about 30\%.
    158163  %\item visual python \url{http://vpython.org}
    159   \item matplotlib (pylab) for quality 2d plotting (moving towards mandatory requirement)
    160   \item VTK \url{http://mayavi.sourceforge.net/dwnld/vtk/win32/}
     164  \item matplotlib (pylab) for quality 2d plotting (moving towards mandatory requirement and now part of Enthought.)
     165  \item VTK \url{http://mayavi.sourceforge.net/dwnld/vtk/win32/} - also now part of Enthought.
    161166\end{itemize}
    162167
Note: See TracChangeset for help on using the changeset viewer.