Changeset 5769
- Timestamp:
- Sep 18, 2008, 4:38:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_installation_guide.tex
r5768 r5769 70 70 \item For Python 2.5, install Python pre-requisites: Python2.5, 71 71 Scientific Python, Mingw, Numeric 72 and the NetCDF library. Note :the scientific Python installation73 sometimes ends with an error message . ANUGA still works though.72 and the NetCDF library. Note that the scientific Python installation 73 sometimes ends with an error message, although ANUGA still works. 74 74 These packages are available from: 75 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:{\textbackslash}bin} as 84 suggested below. 76 \item The supplied ANUGA distribution folder: \code{pre_requisites\2.5} 77 Install in the order 78 \begin{verbatim} 79 python-2.5.msi 80 Numeric-23.8.2.win32-py2.5.exe 81 ScientificPython-2.7.8.win32-py2.5.exe 82 MinGW-5.1.4.exe 83 \end{verbatim} 84 and then unpack 85 \code{netcdf-3.6.1-beta1-win32dll.zip} into \code{C:\bin} as suggested below. 85 86 \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 \begin{verbatim}C:\bin\end{verbatim} 100 \end{itemize} 87 \begin{itemize} 88 \item Python2.5: \url{http://www.python.org/download/}. 89 \item Numeric Python: (Numeric-23.8.2.win32-py2.5.exe) \url{http://sourcesup.cru.fr/frs/?group_id=180} 90 \item Scientific Python: (ScientificPython-2.X.X.win32-py2.5.exe) \url{http://sourcesup.cru.fr/frs/?group_id=180} 91 \item MinGW: (MinGW-5.X.X.exe) \url{http://sourceforge.net/project/showfiles.php?group_id=2435} 92 \item NETCDF: download the file netcdf-3.6.1-beta1-win32dll.zip from 93 \url{http://www.unidata.ucar.edu/software/netcdf/binaries.html} . 94 Unpack this in a folder that is available on the system path. 95 We suggest unpacking it into \code{C:\bin} . 96 \end{itemize} 101 97 \end{itemize} 102 98
Note: See TracChangeset
for help on using the changeset viewer.