Ignore:
Timestamp:
Sep 18, 2008, 3:11:50 PM (16 years ago)
Author:
rwilson
Message:

Fixed minor errors as forcing function to use SVN.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_installation_guide.tex

    r5510 r5766  
    7272  and the NetCDF library. Note: the scientific Python installation
    7373  sometimes ends with an error message.  ANUGA still works though.
    74   These packages are available from;
     74  These packages are available from:
    7575  \begin{itemize}
    7676    \item The supplied ANUGA distribution folder; \begin{verbatim}
     
    8181    \code{ScientificPython-2.7.8.win32-py2.5.exe},
    8282      \code{MinGW-5.1.4.exe} and then unpack
    83     \code{netcdf-3.6.1-beta1-win32dll.zip} into \code{C:\\bin} as
     83    \code{netcdf-3.6.1-beta1-win32dll.zip} into \code{C:\\\\bin} as
    8484    suggested below.
    8585    \item The WEB:
     
    8888      \url{http://www.python.org/download/}.
    8989      \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}
    9191      \item Scientific Python: (ScientificPython-2.X.X.win32-py2.5.exe)\\
    9292       \url{http://sourcesup.cru.fr/frs/?group_id=180}
     
    121121    \begin{itemize} 
    122122      \item Enthought version of Python2.4:
    123       \url{http://code.enthought.com/enthon/}.
     123      \url{http://code.enthought.com/projects/}.
    124124      \item Scientific Python:\\
    125125       \url{http://sourceforge.net/project/showfiles.php?group_id=172848}
     
    142142  in the python site-packages
    143143  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' the
     144  double clicking on the .tgz file and then 'browse to' the
    145145  destination directory.
    146146  \item In the ANUGA root directory (\code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages$\backslash$anuga}),
     
    150150    \end{verbatim}}
    151151  \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):
    153153    {\small \begin{verbatim}
    154154        python test_all.py
     
    157157  \item To verify that ANUGA succesfully reproduces a series of validation
    158158  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
    161160  which you can run
    162161  {\small \begin{verbatim}
     
    187186(also discussed in the ANUGA user manual available with the distribution
    188187and also at
    189 \url{http://datamining.anu.edu.au/~ole/anuga/user_manual/anuga_user_manual.pdf})and view the resulting sww 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.
    190189
    191190%To run the ANUGA against the Okushiri Island wave tank validation dataset
     
    229228Note: All of these can be installed in one go on Windows platforms by
    230229using the Enthought Python
    231 distribution available at \url{http://code.enthought.com/enthon/}.
     230distribution available at \url{http://code.enthought.com/projects/}.
    232231
    233232\section{Recommended software}
Note: See TracChangeset for help on using the changeset viewer.