Changeset 4019
- Timestamp:
- Nov 21, 2006, 2:54:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_installation_guide.tex
r3937 r4019 4 4 \title{ANUGA Installation Guide} 5 5 6 \author{ Howard Silcock,Ole Nielsen, Duncan Gray, Jane Sexton}6 \author{Ole Nielsen, Duncan Gray, Jane Sexton} 7 7 8 8 % Please at least include a long-lived email address; … … 44 44 This document outlines the required software for installing the Anuga toolbox. 45 45 All components are licensed as open source and readily available from the net. 46 It is assumed that the reader is familiar with the Python programming language and the process of downloading, installing and unpacking files into directories. 46 47 47 48 … … 64 65 \item Scientific Python:\\ 65 66 \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} 67 71 \end{itemize} 68 72 \end{itemize} … … 70 74 \item Add the following to the PATH environment variable 71 75 \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 73 78 \end{verbatim} 74 79 \item Unpack the ANUGA source code (\code{anuga-1.0_xxxx.tgz})
Note: See TracChangeset
for help on using the changeset viewer.