Changeset 5766
- Timestamp:
- Sep 18, 2008, 3:11:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_installation_guide.tex
r5510 r5766 72 72 and the NetCDF library. Note: the scientific Python installation 73 73 sometimes ends with an error message. ANUGA still works though. 74 These packages are available from ;74 These packages are available from: 75 75 \begin{itemize} 76 76 \item The supplied ANUGA distribution folder; \begin{verbatim} … … 81 81 \code{ScientificPython-2.7.8.win32-py2.5.exe}, 82 82 \code{MinGW-5.1.4.exe} and then unpack 83 \code{netcdf-3.6.1-beta1-win32dll.zip} into \code{C:\\ bin} as83 \code{netcdf-3.6.1-beta1-win32dll.zip} into \code{C:\\\\bin} as 84 84 suggested below. 85 85 \item The WEB: … … 88 88 \url{http://www.python.org/download/}. 89 89 \item Numeric Python: (Numeric-23.8.2.win32-py2.5.exe)\\ 90 \url{http://sourcesup.cru.fr/frs/?group _id=180}90 \url{http://sourcesup.cru.fr/frs/?group\_id=180} 91 91 \item Scientific Python: (ScientificPython-2.X.X.win32-py2.5.exe)\\ 92 92 \url{http://sourcesup.cru.fr/frs/?group_id=180} … … 121 121 \begin{itemize} 122 122 \item Enthought version of Python2.4: 123 \url{http://code.enthought.com/ enthon/}.123 \url{http://code.enthought.com/projects/}. 124 124 \item Scientific Python:\\ 125 125 \url{http://sourceforge.net/project/showfiles.php?group_id=172848} … … 142 142 in the python site-packages 143 143 directory \code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages}. This is often done in Windows by 144 double clicking on the tgz file and then select'browse to' the144 double clicking on the .tgz file and then 'browse to' the 145 145 destination directory. 146 146 \item In the ANUGA root directory (\code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages$\backslash$anuga}), … … 150 150 \end{verbatim}} 151 151 \item In the ANUGA root directory, run the test suite 152 (e.g. by opening it with IDLE and running the file) 152 (e.g. by opening it with IDLE and running the file): 153 153 {\small \begin{verbatim} 154 154 python test_all.py … … 157 157 \item To verify that ANUGA succesfully reproduces a series of validation 158 158 examples, go 159 to the directory \code{anuga_validation} and into 160 \code{automated_validation_tests} in 159 to the directory \code{anuga_validation\\automated_validation_tests} in 161 160 which you can run 162 161 {\small \begin{verbatim} … … 187 186 (also discussed in the ANUGA user manual available with the distribution 188 187 and also at 189 \url{http://datamining.anu.edu.au/ ~ole/anuga/user_manual/anuga_user_manual.pdf})and view the resultingsww files with the anuga\_viewer.188 \url{http://datamining.anu.edu.au/\~ole/anuga/user_manual/anuga_user_manual.pdf})and view the resulting .sww files with the anuga\_viewer. 190 189 191 190 %To run the ANUGA against the Okushiri Island wave tank validation dataset … … 229 228 Note: All of these can be installed in one go on Windows platforms by 230 229 using the Enthought Python 231 distribution available at \url{http://code.enthought.com/ enthon/}.230 distribution available at \url{http://code.enthought.com/projects/}. 232 231 233 232 \section{Recommended software}
Note: See TracChangeset
for help on using the changeset viewer.