Changeset 5342
- Timestamp:
- May 19, 2008, 3:28:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_installation_guide.tex
r5187 r5342 68 68 \begin{enumerate} 69 69 70 \item Install Python pre-requisites: The Enthought version of Python2.4, 70 \item For Python 2.5, install Python pre-requisites: Python2.5, 71 Scientific Python, Mingw, Numeric 72 and the NetCDF library. Note: the scientific Python installation 73 sometimes ends with an error message. ANUGA still works though. 74 These packages are available from; 75 \begin{itemize} 76 \item The supplied ANUGA distribution folder; \begin{verbatim} 77 pre_requisites\2.5 78 \end{verbatim} 79 (Install in the order \code{python-2.5.msi}, 80 \code{Numeric-23.8.2.win32-py2.5.exe}, 81 \code{ScientificPython-2.7.8.win32-py2.5.exe}, 82 \code{MinGW-5.1.4.exe} and then unpack 83 \code{netcdf-3.6.1-beta1-win32dll.zip} into \code{C:\\bin} as 84 suggested below. 85 \item The WEB: 86 \begin{itemize} 87 \item Python2.5: 88 \url{http://www.python.org/download/}. 89 \item Numeric Python: (Numeric-23.8.2.win32-py2.5.exe)\\ 90 \url{http://sourcesup.cru.fr/frs/?group_id=180} 91 \item Scientific Python: (ScientificPython-2.X.X.win32-py2.5.exe)\\ 92 \url{http://sourcesup.cru.fr/frs/?group_id=180} 93 \item MinGW: (MinGW-5.X.X.exe)\\ 94 \url{http://sourceforge.net/project/showfiles.php?group_id=2435} 95 \item NETCDF: download the file netcdf-3.6.1-beta1-win32dll.zip from 96 \url{http://www.unidata.ucar.edu/software/netcdf/binaries.html} 97 . 98 Unpack this in a folder that is available on the system path. 99 We suggest unpacking it into 100 \begin{verbatim} 101 C:\bin 102 \end{verbatim} 103 \end{itemize} 104 \end{itemize} 105 106 107 \item For Python 2.4, install Python pre-requisites: The Enthought version of Python2.4, 71 108 Scientific Python 72 109 and the NetCDF library\footnote{Separate installation of Scientific
Note: See TracChangeset
for help on using the changeset viewer.