Changeset 3490


Ignore:
Timestamp:
Aug 15, 2006, 3:57:36 PM (19 years ago)
Author:
duncan
Message:

adding extra info to guide.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_installation_guide.tex

    r2934 r3490  
    5252\begin{itemize}
    5353  \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.
    6164\end{itemize}
    6265
     
    99102In the ANUGA root directory, run the compilation script:
    100103{\small \begin{verbatim}
    101   python compile_all.py
     104  scons
    102105\end{verbatim}}
    103106
Note: See TracChangeset for help on using the changeset viewer.