Changeset 4019


Ignore:
Timestamp:
Nov 21, 2006, 2:54:36 PM (18 years ago)
Author:
ole
Message:

Added info about netcdf

File:
1 edited

Legend:

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

    r3937 r4019  
    44\title{ANUGA Installation Guide}
    55
    6 \author{Howard Silcock, Ole Nielsen, Duncan Gray, Jane Sexton}
     6\author{Ole Nielsen, Duncan Gray, Jane Sexton}
    77
    88% Please at least include a long-lived email address;
     
    4444This document outlines the required software for installing the Anuga toolbox.
    4545All components are licensed as open source and readily available from the net.
     46It is assumed that the reader is familiar with the Python programming language and the process of downloading, installing and unpacking files into directories.
    4647
    4748
     
    6465      \item Scientific Python:\\
    6566       \url{http://sourcesup.cru.fr/frs/download.php/745/ScientificPython-2.4.9.win32-py2.4.exe}
    66       \item NETCDF \url{ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/win32/netcdf-3.6.1-beta1-win32dll.zip}
     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
     68      \begin{verbatim}
     69      C:\bin
     70      \end{verbatim} 
    6771    \end{itemize}   
    6872  \end{itemize}   
     
    7074  \item Add the following to the PATH environment variable
    7175    \begin{verbatim}
    72       PATH=C:\Python24;C:\Python24\Enthought\MingW\bin;C:\Program Files\anuga_viewer
     76      PATH=C:\Python24;C:\Python24\Enthought\MingW\bin;
     77      C:\Program Files\anuga_viewer;C:\bin
    7378    \end{verbatim}
    7479  \item Unpack the ANUGA source code (\code{anuga-1.0_xxxx.tgz})
Note: See TracChangeset for help on using the changeset viewer.