Changeset 3490
- Timestamp:
- Aug 15, 2006, 3:57:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_installation_guide.tex
r2934 r3490 52 52 \begin{itemize} 53 53 \item python 2.3 or later \url{http://www.python.org} 54 \item python-numeric 55 \item python-dev (Interestingly, numeric seems to be installed as well) 56 \item python-scientific (to provide python-netcdf) 57 \url{http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html} 58 (The file netcdf.dll shipped with python-scientific must be copied to a 59 location somewhere on the system PATH - e.g.\ in \verb|C:\bin|) 60 \item A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows) 54 \item python-numeric for Linux. It's called Numeric in Windows. 55 \item python-dev (Interestingly, numeric seems to be installed as 56 well) for Linux. This is not necessary for Windows. 57 \item python-scientific (to provide python-netcdf) for Linux. It's 58 called ScientificPython in Windows. 59 \item NETCDF. Extract the file netcdf.dll, and put in C://Windows//System32// (Windows XP) or C://WINNT//System32 (Windows NT or 2000). 60 61 \item A C compiler such as gcc (from GNU in case of Linux and MinGW 62 in case of Windows) 63 \item scons for automatically compiling the distribution. 61 64 \end{itemize} 62 65 … … 99 102 In the ANUGA root directory, run the compilation script: 100 103 {\small \begin{verbatim} 101 python compile_all.py104 scons 102 105 \end{verbatim}} 103 106
Note: See TracChangeset
for help on using the changeset viewer.