Ignore:
Timestamp:
Feb 16, 2006, 8:29:56 PM (18 years ago)
Author:
steve
Message:

Picked a few typos in user_manual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_installation_guide.tex

    r2387 r2422  
    1414%Draft date
    1515\date{\today}                   % update before release!
    16                                 % Use an explicit date so that reformatting
    17                                 % doesn't cause a new date to be used.  Setting
    18                                 % the date to \today can be used during draft
    19                                 % stages to make it easier to handle versions.
     16                % Use an explicit date so that reformatting
     17                % doesn't cause a new date to be used.  Setting
     18                % the date to \today can be used during draft
     19                % stages to make it easier to handle versions.
    2020
    21 \release{1.0}                   % release version; this is used to define the
    22                                 % \version macro
     21\release{1.0}           % release version; this is used to define the
     22                % \version macro
    2323
    24 \makeindex                      % tell \index to actually write the .idx file
    25 %\makemodindex                  % If this contains a lot of module sections.
     24\makeindex          % tell \index to actually write the .idx file
     25%\makemodindex          % If this contains a lot of module sections.
    2626
    2727
     
    4444This document outlines the required software for installing the Anuga toolbox.
    4545All components are licensed as open source and readily available from the net.
    46        
    47        
     46
     47
    4848\section{Pre-requisites}
    4949
    5050The Anuga software core (pyvolution, pmesh, least\_squares, ...) depends on the following:
    5151
    52 \begin{itemize} 
     52\begin{itemize}
    5353  \item python 2.3 or later \url{http://www.python.org}
    5454  \item python-numeric
    5555  \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 
     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
    5959    location somewhere on the system PATH - e.g.\ in C:\\bin)
    6060  \item A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows)
    61 \end{itemize} 
    62        
    63        
     61\end{itemize}
     62
     63
    6464\section{Recommended software}
    6565
    66 \begin{itemize} 
     66\begin{itemize}
    6767  \item psyco \url{http://psyco.sourceforge.net/index.html}
    6868  \item visual python \url{http://vpython.org}
    6969  \item matplotlib (pylab) for quality 2d plotting
    70 \end{itemize} 
     70\end{itemize}
    7171
    7272
     
    7575
    7676
    77 The system path on Win32 architectures must contain the directories 
    78 \begin{verbatim} 
    79   PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\swollen
    80 \end{verbatim}   
     77The system path on Win32 architectures must contain the directories
     78\begin{verbatim}
     79  PATH=C:\Python23;C:\MinGW\bin;C:\Program Files\swollen
     80\end{verbatim}
    8181(similar for Linux....)
    8282
    83 In addition the root directory for all anuga/inundation modules must be on 
     83In addition the root directory for all anuga/inundation modules must be on
    8484the pythonpath, e.g.\
    85 \begin{verbatim} 
     85\begin{verbatim}
    8686PYTHONPATH=V:\1\cit\risk_assessment_methods_project\inundation\sandpits\onielsen\anuga\inundation
    87 \end{verbatim}   
    88  
    89  
     87\end{verbatim}
     88
     89
    9090
    9191
     
    115115\section{Other stuff to be included}
    116116
    117 \begin{verbatim} 
     117\begin{verbatim}
    118118Install tortoise from downloads (ITs didn't integrate wih explorer).
    119119In settings set proxy to proxy.agso.gov.au  8080
     
    123123
    124124
    125 \end{verbatim} 
    126  
     125\end{verbatim}
     126
    127127
    128128
Note: See TracChangeset for help on using the changeset viewer.