- Timestamp:
- Nov 6, 2006, 5:39:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_installation_guide.tex
r3898 r3921 52 52 53 53 \begin{enumerate} 54 \item Download and install the Enthought version of Python2.4 from \url{http://code.enthought.com/enthon/}. 55 \item Download and install Scientific Python: \url{http://sourcesup.cru.fr/frs/download.php/745/ScientificPython-2.4.9.win32-py2.4.exe}\footnote{This step will become unneccesary once Enthought sorts out netcdf support (see https://svn.enthought.com/enthought/ticket/917)}. 56 57 %NETCDF ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/win32/netcdf-3.6.1-beta1-win32dll.zip 58 %Separate Scientific Python: http://sourcesup.cru.fr/frs/download.php/745/ScientificPython-2.4.9.win32-py2.4.exe 54 55 \item Install Python pre-requisites: The Enthought version of Python2.4, Scientific Python 56 and the NetCDF library\footnote{Separate installation of Scientific Python and NetCDF 57 will become unneccesary once Enthought sorts out netcdf support 58 (see \url{https://svn.enthought.com/enthought/ticket/917})}. These are available from either 59 \begin{itemize} 60 \item The supplied ANUGA distribution as under the folder pre_requisites 61 \item The WEB: 62 \begin{itemize} 63 \item Enthought version of Python2.4: \url{http://code.enthought.com/enthon/}. 64 \item Scientific Python: \url{http://sourcesup.cru.fr/frs/download.php/745/ScientificPython-2.4.9.win32-py2.4.exe} 65 \item NETCDF \url{ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/win32/netcdf-3.6.1-beta1-win32dll.zip} 66 \end{itemize} 67 \end{itemize} 59 68 60 69 \item Add the following to the PATH environment variable … … 62 71 PATH=C:\Python24;C:\Python24\Enthought\MingW\bin;C:\Program Files\anuga_viewer 63 72 \end{verbatim} 64 \item Unpack the ANUGA source code (anuga.tgz) in the python site-packages 65 directory (C:\Python24\Lib\site-packages) 66 \item In the ANUGA root directory (C:\Python24\Lib\site-packages\anuga), run the compilation script: 73 \item Unpack the ANUGA source code (\code{anuga-1.0_xxxx.tgz}) 74 in the python site-packages 75 directory \code{C:\\Python24\\Lib\\site-packages} 76 \item In the ANUGA root directory (\code{C:\\Python24\\Lib\\site-packages\\anuga}), 77 run the compilation script (either from the commandline or by clicking on it): 67 78 {\small \begin{verbatim} 68 79 python compile_all.py … … 77 88 To install the anuga\_viewer 78 89 \begin{enumerate} 79 \item Unpack the distribution ( ) in90 \item Unpack the distribution (\code{anuga_viewer_1.0.tgz}) in 80 91 \begin{verbatim} 81 C:\Program Files \anuga_viewer92 C:\Program Files 82 93 \end{verbatim} 83 94 \item Associate .sww files with the executable … … 91 102 \end{enumerate} 92 103 93 Try the demos provided in the ANUGA root directory (also discussed in the ANUGA user manual 104 Try the demos provided in the ANUGA root directory 105 (also discussed in the ANUGA user manual available with the distribution and also at 94 106 \url{http://datamining.anu.edu.au/~ole/anuga/user_manual/anuga_user_manual.pdf}) and 95 107 view the resulting sww files with the anuga\_viewer. 96 108 97 98 109 To verify that the installed version of ANUGA validates satisfactorily 110 against the Okushiri Island wave tank validation dataset 111 (\url{http://www.cee.cornell.edu/longwave/index.cfm?page=benchmark&problem=2}) 112 unpack the distribution (\code{anuga_validation_1.0_xxxx.tgz}) into 113 any directory and run the scripts \code{create_okushiri.py}, 114 \code{run_okushiri.py} and \code{compare_timeseries.py}. See also the 115 \code{README.txt} file that comes with the validation scripts for more 116 details. 117 118 119 120 \clearpage 99 121 \section{Pre-requisites} 100 122 \label{sec:prerequisites} 101 123 102 The Anuga software core (shallow\_water, pmesh, least\_squares, ...) depends on the following: 124 This and the following sections is for custom installations and installations using Linux. 125 126 The ANUGA software core (shallow\_water, pmesh, least\_squares, ...) depends on the following: 103 127 104 128 … … 156 180 \section{Installation of source zip file} 157 181 Get a source zip file, for example, anuga_source_3807.zip, and expand 158 it in the python site-packages directory (C:\Python24\Lib\site-packages) 159 160 In the ANUGA root directory (C:\Python24\Lib\site-packages\anuga), run the compilation script: 182 it in the python site-packages directory (\code{C:\\Python24\\Lib\\site-packages}) 183 184 In the ANUGA root directory (\code{C:\\Python24\\Lib\\site-packages\\anuga}), 185 run the compilation script: 161 186 {\small \begin{verbatim} 162 187 python compile_all.py
Note: See TracChangeset
for help on using the changeset viewer.