Changeset 4039
- Timestamp:
- Nov 28, 2006, 3:40:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_installation_guide.tex
r4019 r4039 65 65 \item Scientific Python:\\ 66 66 \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 68 69 \begin{verbatim} 69 70 C:\bin … … 74 75 \item Add the following to the PATH environment variable 75 76 \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; 79 79 \item Unpack the ANUGA source code (\code{anuga-1.0_xxxx.tgz}) 80 80 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. 82 83 \item In the ANUGA root directory (\code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages$\backslash$anuga}), 83 84 run the compilation script (either from the commandline or by clicking on it): … … 85 86 python compile_all.py 86 87 \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.}: 88 91 {\small \begin{verbatim} 89 92 python test_all.py … … 124 127 125 128 129 130 126 131 \clearpage 127 132 \section{Pre-requisites} … … 155 160 156 161 \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\%. 158 163 %\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. 161 166 \end{itemize} 162 167
Note: See TracChangeset
for help on using the changeset viewer.