Changeset 5799


Ignore:
Timestamp:
Oct 1, 2008, 3:16:28 PM (16 years ago)
Author:
rwilson
Message:

Major changes throughout - XP, Vista and Linux made separate streams.

File:
1 edited

Legend:

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

    r5778 r5799  
    55
    66\author{Ole Nielsen, Duncan Gray, Jane Sexton}
     7
     8\usepackage{graphicx}
     9
    710
    811% Please at least include a long-lived email address;
     
    4548\chapter{Introduction}
    4649
    47 This document outlines the required software for installing the Anuga toolbox.
     50This document outlines the procedure for installing the Anuga toolbox.
    4851All components are licensed as open source and readily available from the net.
    49 It is assumed that the reader is familiar with the Python programming language and the process of downloading, installing and unpacking files into directories.
     52It is assumed that the reader is familiar with the Python programming language
     53and the process of downloading, installing and unpacking files into directories.
    5054
    5155
     
    5357\label{sec:requirements}
    5458
    55 To run ANUGA you will need a Windows (2000 or XP) or a Linux PC with at
    56 least 512MB RAM. The viewer (Windows only) requires a graphics adapter that
     59To run ANUGA you will need a Windows PC (XP or Vista) or a Linux PC with at
     60least 512MB RAM.
     61
     62The viewer (Windows only) requires a graphics adapter that
    5763is OpenGL compatible. It has been tested with ATI FireGL X1 cards
    5864and the NVIDIA family. It may not work with other cards such as those from the
    59 Intel(R) 82915G Express Chipset Family.
    60 
    61 
    62 
    63 \section{Quick install (Windows only)}
    64 
    65 This section provides the quickest path to getting ANUGA up and running on a Windows machine.
    66 For Linux and for more details please refer to Section \ref{sec:prerequisites}.
     65Intel(R) 82915G Express chipset family.
     66
     67
     68\section{Installation}
     69
     70Below are the install procedures for Windows XP, Windows Vista and Linux.
     71
     72\subsection{Quick install - Windows XP}
     73\label{sec:winxp}
     74
     75This procedure assumes that you do not have python installed on the target machine.
     76If you do have a python installed already then skip the installation of python as
     77long as you have version 2.3 or later installed.
    6778
    6879\begin{enumerate} 
    69   \item For Python 2.5, install: Python2.5, Scientific Python, Mingw, Numeric
    70     and the NetCDF library. Note that the scientific Python installation
    71     sometimes ends with an error message, although ANUGA still works.
     80  \item Install the support software.
    7281    These packages are available from either:
    7382    \begin{itemize}
    74       \item The supplied ANUGA distribution folder: \code{pre_requisites$\backslash$2.5} .
     83      \item The supplied ANUGA distribution folder: \code{pre_requisites$\backslash$2.5}.
    7584        Install in order:
    7685        \begin{enumerate}
    77           \item \code{python-2.5.msi}
    78           \item \code{Numeric-23.8.2.win32-py2.5.exe}
    79           \item \code{ScientificPython-2.7.8.win32-py2.5.exe}
    80           \item \code{MinGW-5.1.4.exe}
    81         \end{enumerate} and then unpack \code{netcdf-3.6.1-win32.zip} into \code{C:$\backslash$bin} as suggested below.
    82       \item The WEB. Install in order:
    83           \begin{enumerate} 
    84               \item \url{http://www.python.org/download/} and click on the \code{Python 2.5.x Windows installer} link to get
    85                 \code{python-2.5.x.msi}. Execute this file to install Python 2.5.
    86               \item \url{http://sourcesup.cru.fr/frs/?group\%5Fid=180}. Download \code{Numeric-23.8.2.win32-py2.5.exe}
    87                 and execute it to install Numeric Python.
    88               \item \url{http://sourcesup.cru.fr/frs/?group\%5Fid=180}. Download \code{ScientificPython-2.X.X.win32-py2.5.exe}
    89                 and execute it to install Scientific Python.
    90               \item \url{http://sourceforge.net/project/showfiles.php?group\%5Fid=2435}. Click on the \code{Download} link for
    91                 the \code{Automated MinGW Installer} package. Execute the file \code{MinGW-5.X.X.exe} to install the MinGW environment.
    92                 Note that you will need a working internet connection to install WinGW.
    93               \item \url{http://www.unidata.ucar.edu/software/netcdf/binaries.html} and click on the
    94                 "\code{Windows DLL}" link in the NetCDF 3.6.1 section.  This will download the file \code{netcdf-3.6.1-win32.zip}.
    95                 Unpack this in a folder that is available on the system path.
    96                 We suggest unpacking it into \code{C:$\backslash$bin}.
    97           \end{enumerate}   
    98     \end{itemize}   
    99  
    100   \item For Python 2.4, install: The Enthought version of Python2.4, Scientific Python
    101     and the NetCDF library\footnote{Separate installation of Scientific
    102     Python and NetCDF
    103     will become unneccesary once Enthought sorts out netcdf support
    104     (see \url{https://svn.enthought.com/enthought/ticket/917})}.
    105     These are available from either:
    106     \begin{itemize}
    107       \item The supplied ANUGA distribution, under the folder \code{pre_requisites} .
    108         Install in order:
    109         \begin{enumerate}
    110           \item enthon-python2.4-1.0.0.exe
    111           \item ScientificPython-2.4.9.win32-py2.4.exe
    112         \end{enumerate}
    113         and then unpack \code{netcdf-3.6.1-beta1-win32dll.zip} into \code{C:$\backslash$bin} as suggested below.
    114       \item The WEB. Install in order:
    115       \begin{enumerate} 
    116         \item \url{http://code.enthought.com/projects/} and install the Enthought environment for Python 2.4.x.
    117         \item \url{http://sourceforge.net/project/showfiles.php?group\%5Fid=172848}. Click on the \code{Download} link for Scientific Python
    118           and download \code{ScientificPython-2.4.9.win32-py2.4.exe} which will install Scientific Python.
    119         \item \url{http://www.unidata.ucar.edu/software/netcdf/binaries.html} and click on the
    120           "\code{Windows DLL}" link in the NetCDF 3.6.1 section.  This will download the file \code{netcdf-3.6.1-win32.zip}.
    121           Unpack this in a folder that is available on the system path. We suggest unpacking it into \code{C:$\backslash$bin} .
    122       \end{enumerate}   
     86          \item Execute \code{python-2.5.msi} to install python.
     87          \item Execute \code{Numeric-23.8.2.win32-py2.5.exe} to install Numeric Python.
     88          \item Execute \code{ScientificPython-2.7.8.win32-py2.5.exe} to install Scientific Python.
     89          \item Execute \code{MinGW-5.1.4.exe} to install MinGW.
     90        \end{enumerate} and then unpack \code{netcdf-3.6.1-win32dll.zip} into a folder that is available on the system path.
     91        We suggest unpacking it into \code{C:$\backslash$bin}.
     92      \item The Internet. Install in order:
     93        \begin{enumerate} 
     94          \item \url{http://www.python.org/download/}. Click on the \code{Python 2.5.x Windows installer} link to get
     95            \code{python-2.5.x.msi}. Execute this file to install python.
     96          \item \url{http://sourcesup.cru.fr/frs/?group\%5Fid=180}. Download \code{Numeric-23.8.2.win32-py2.5.exe}
     97            and execute it to install Numeric Python.
     98          \item \url{http://sourcesup.cru.fr/frs/?group\%5Fid=180}. Download \code{ScientificPython-2.X.X.win32-py2.5.exe}
     99            and execute it to install Scientific Python.
     100          \item \url{http://sourceforge.net/project/showfiles.php?group\%5Fid=2435}. Click on the \code{Download} link for
     101            the \code{MinGW_5.1.4} package. Execute the file \code{MinGW-5.X.X.exe} to install the MinGW environment.
     102            Note that you need a working internet connection to install WinGW.
     103          \item \url{http://www.unidata.ucar.edu/software/netcdf/binaries.html}. Click on the
     104            \code{Windows DLL} link in the NetCDF 3.6.1 section.  This will download the file \code{netcdf-3.6.1-win32.zip}.
     105            Unpack this in a folder that is available on the system path.
     106            We suggest unpacking it into \code{C:$\backslash$bin}.
     107        \end{enumerate}   
    123108    \end{itemize}   
    124109 
    125110  \item Add the following to the PATH environment variable:
    126     \begin{verbatim}PATH=C:\Python24;C:\Python24\Enthought\MingW\bin;C:\bin\end{verbatim}
    127     For details on how to do this under windows please refer to Section \ref{sec:windowspath}.
    128 
    129   \item Unpack the ANUGA source code (\code{anuga-1.0_xxxx.tgz})\footnote{Internet explorer has the habit of renaming the .tgz files to .gz -
     111    \begin{verbatim}PATH=C:\Python25;C:\MingW\bin;C:\bin\end{verbatim}
     112    For details on how to do this under Windows please refer to Appendix \ref{sec:setwindowspath}.
     113
     114    Note that if you have another version of python installed, 2.4  say, you would replace any
     115    \code{Python25} above with \code{Python24}.
     116    A similar replacement should be made in all following steps wherever you see \code{Python25}.
     117
     118  \item Unpack the ANUGA source code (\code{anuga-1.0_xxxx.tgz})\footnote{Internet Explorer has the habit of renaming the .tgz files to .gz -
    130119                                                                          the remedy is to rename them back or use another browser such as Firefox.}
    131     in the python site-packages directory \code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages}.
    132     This is often done in Windows by double clicking on the .tgz file and then 'browse to' the destination directory.
    133 
    134   \item In the ANUGA root directory (\code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages$\backslash$anuga}),
     120    in the python site-packages directory \code{C:$\backslash$Python25$\backslash$Lib$\backslash$site-packages}.
     121    This is often done in Windows by double clicking on the \code{.tgz} file and then 'browse to' the destination directory.
     122
     123  \item In the ANUGA root directory (\code{C:$\backslash$Python25$\backslash$Lib$\backslash$site-packages$\backslash$anuga}),
    135124    run the compilation script (either from the commandline or by running it in IDLE):
    136125    \begin{verbatim}python compile_all.py\end{verbatim}
    137126
    138   \item In the ANUGA root directory, run the test suite (either from the commandline or by running it in IDLE):
     127  \item In the ANUGA root directory (\code{C:$\backslash$Python25$\backslash$Lib$\backslash$site-packages$\backslash$anuga}),
     128    run the test suite (either from the commandline or by running it in IDLE):
    139129    \begin{verbatim}python test_all.py\end{verbatim} ANUGA has been succesfully installed if the tests pass.
    140130
    141131  \item To verify that ANUGA succesfully reproduces a series of validation examples, go
    142     to the directory \code{anuga_validation$\backslash$automated_validation_tests} in which you can run
     132    to the directory
     133    \linebreak
     134    \code{anuga_validation$\backslash$automated_validation_tests} under the ANUGA root directory where you can run:
    143135    \begin{verbatim}python validate_all.py\end{verbatim}
    144 
     136    This may take some time.
    145137
    146138  \item To install the ANUGA viewer:
    147139    \begin{enumerate}
    148       \item Unpack the distribution (\code{anuga_viewer_1.0.tgz}) into
     140      \item Unpack the distribution (\code{anuga_viewer_1.0.tgz}) into:
    149141        \begin{verbatim}C:\Program Files\end{verbatim}
    150       \item Double click on the test file
    151         \begin{verbatim}C:\Program Files\anuga_viewer\cylinders.sww\end{verbatim}       
    152       \item Associate .sww files with the executable
     142
     143      \item Double click on the test file:
     144        \begin{verbatim}C:\Program Files\anuga_viewer\cylinders.sww\end{verbatim}
     145
     146      \item Associate \code{.sww} files with the executable:
    153147      \begin{verbatim}C:\Program Files\anuga_viewer\animate.exe\end{verbatim}       
     148      For details on how to do this under Windows please refer to Appendix \ref{sec:assocanimatesww}.
    154149    \end{enumerate}
    155150
    156     Try the demos provided in the ANUGA directory \code{anuga\_demos}
    157     (discussed in the ANUGA user manual
    158     and also at
    159     \url{http://datamining.anu.edu.au/\~{}ole/anuga/user_manual/anuga_user_manual.pdf})
    160     and view the resulting .sww files with the anuga_viewer.
     151    Try the demonstrations provided in the ANUGA directory \code{anuga\_demos}
     152    (discussed in the ANUGA user manual at
     153    \url{http://datamining.anu.edu.au/\%7Eole/anuga/user\%5Fmanual/anuga\%5Fuser\%5Fmanual.pdf})
     154    and view the resulting \code{.sww} files with the ANUGA viewer.
    161155\end{enumerate}   
    162156
     
    171165%details.
    172166
    173 
    174 \clearpage
    175 \section{Pre-requisites (software)}
    176 \label{sec:prerequisites}
    177 
    178 This and the following sections is for custom installations and
    179 installations using Linux.
    180 
    181 The ANUGA software core (shallow\_water, pmesh, least\_squares, ...) depends on the following software:
     167\subsection{Quick install - Windows Vista}
     168\label{sec:winvista}
     169
     170There has been one reported instance of ANUGA being installed successfully on Windows Vista.
     171The following steps should be read in conjunction with the windows XP procedures above:
     172
     173\begin{enumerate} 
     174  \item Install \code{python-2.5.msi}.
     175  \item Add the directory \code{C:$\backslash$Python25} to the \code{PATH} environment variable (appendix \ref{sec:setwindowspath}).
     176  \item Install \code{Numeric-23.8.2.win32-py2.5.exe} (as administrator).
     177  \item Install \code{ScientificPython-2.7.8.win32-py2.5.exe} (as administrator).
     178  \item Install \code{MinGW-5.1.4.exe} (as administrator). Use the default package selection.  Don't use old packages and let it make fresh downloads.
     179  \item Unpack \code{netcdf-3.6.1-beta1-win32dll.zip} into \code{C:$\backslash$bin}.
     180  \item Add the directory \code{C:$\backslash$bin} to the \code{PATH} environment variable (appendix \ref{sec:setwindowspath}).
     181  \item Install \code{pysco-1.6.win32-py2.5.exe} (as administrator).
     182  \item Install \code{matplotlib-0.91.2.win32-py2.5.exe} (as administrator).
     183  \item Install \code{numpy-1.1.0-win32-superpack-python2.5.exe} (as administrator).
     184  \item Check that the system variable \code{PATH} contains
     185        \code{C:$\backslash$Python2.5;C:$\backslash$Python25$\backslash$DLLs;C:$\backslash$bin;C:$\backslash$MinGW$\backslash$bin}
     186        (appendix \ref{sec:setwindowspath}).
     187  \item Now follow the Windows XP install steps from the ANUGA source code install step.
     188\end{enumerate}
     189
     190Some of the installed packages above are optional and may not be required, but this is the reported working install we have received.
     191
     192\subsection{Quick install - Linux}
     193\label{sec:linux}
     194
     195The procedure to install onto a Linux platform is targetted at a Debian-like Linux, such as Ubuntu.
     196If you use another Linux the overall procedure should be followed, although the details will vary.
     197
     198This steps below assume that you do not have python installed on the target machine.
     199If you do have a python installed already then skip the installation of python as
     200long as you have version 2.3 or later.
     201
     202Note that even if you already have python installed you should still check if things like
     203\code{python-dev} and \code{python-profiler} need to be installed.
     204
    182205\begin{itemize}
    183   \item python 2.3 or later\footnote{Problems have been observed with
    184     Python 2.5 and Numeric on 64 bit platforms. See
    185     \url{https://datamining.anu.edu.au/anuga/ticket/221}}
    186     \url{http://www.python.org}
    187   %\footnote{Note, the
    188   %dll python2X.dll is needed to compile ANUGA, but is not always
    189   %automatically added for versions 2.4 and above.  Install it into the
    190   %python2X directory, if you need it.}. 
    191   \item python-numeric for Linux.  It's called Numeric in Windows. 
    192   %\item python-dev (Interestingly, numeric seems to be installed as
    193   %well) for Linux.  This is not necessary for Windows.
    194   \item python-scientific (to provide python-netcdf) for Linux.  It's
    195     called ScientificPython in Windows.
    196   \item NETCDF.  Extract the file netcdf.dll, and put in C://Windows//System32// (Windows XP) or C://WINNT//System32 (Windows NT or 2000).     
    197   \item A C compiler such as gcc (from GNU in case of Linux and MinGW
    198   in case of Windows)
    199   %\item scons for automatically compiling the distribution.
     206  \item Install support software (in order):
     207    \begin{enumerate} 
     208      \item Install python development environment, either through Synaptic or by:
     209        \begin{verbatim}sudo apt-get install python python-dev python-profiler\end{verbatim}
     210      \item Install Numeric Python, either through Synaptic or by:
     211        \begin{verbatim}sudo apt-get install python-numeric\end{verbatim}
     212      \item Install Scientific Python, either through Synaptic or by:
     213        \begin{verbatim}sudo apt-get install python-scientific\end{verbatim}
     214      \item Install NetCDF, either through Synaptic or by:
     215        \begin{verbatim}sudo apt-get install python-netcdf\end{verbatim}
     216      \item Install \code{gcc} and it's development environment if you don't have it, either through Synaptic or by:
     217        \begin{verbatim}sudo apt-get install gcc libc6-dev\end{verbatim}
     218        Ensure that \code{libc6-dev} is installed even if \code{gcc} is already installed.
     219    \end{enumerate}   
     220  \item Get the ANUGA source from \url{http://sourceforge.net/projects/anuga} (\code{anuga-1.0_5789.tgz} say),
     221    and expand it into the python site-packages directory \code{/usr/lib/python2.5/site-packages}.
     222    In the unpacked ANUGA directory \code{/usr/lib/python2.5/site-packages/anuga_core} run the command:
     223    \begin{verbatim}sudo python compile_all.py\end{verbatim}
    200224\end{itemize}
    201225
    202 Note: All of these can be installed in one go on Windows platforms by
    203 using the Enthought Python
    204 distribution available at \url{http://code.enthought.com/projects/} .
    205 
    206 \section{Recommended software}
    207 
     226\section{Optional but recommended software}
     227This software is not required to run the ANUGA toolbox, but it is recommended.
    208228\begin{itemize}
    209   \item psyco: \url{http://psyco.sourceforge.net/index.html} .  Speeds up anuga by about 30\%.
    210   %\item visual python \url{http://vpython.org}
    211   \item matplotlib: (pylab) for quality 2d plotting (moving towards mandatory requirement and now part of Enthought).
    212   \item VTK: \url{http://mayavi.sourceforge.net/dwnld/vtk/win32/} - also now part of Enthought.
     229  \item psyco. Speeds up ANUGA by about 30\%. Under Ubuntu install either through Synaptic or by:
     230    \begin{verbatim}sudo apt-get install python-psyco\end{verbatim}
     231    Under Windows install the file \code{psyco-1.6.win32-py25.exe}
     232    which you can find from the \url{http://psyco.sourceforge.net/download.html} page.
     233  \item matplotlib. For quality 2d plotting (moving towards mandatory requirement). Under Ubuntu install either through Synaptic or by:
     234    \begin{verbatim}sudo apt-get install python-matplotlib\end{verbatim}
     235    Under Windows install the file \code{matplotlib-0.98.3.win32-py2.5.exe}
     236    which you can find from the \url{http://sourceforge.net/projects/matplotlib} page.
     237  \item VTK. The Visualization Toolkit. Under Ubuntu install either through Synaptic or by:
     238    \begin{verbatim}sudo apt-get install python-vtk\end{verbatim}
     239    Under Windows install the file \code{vtk-5.2.0-win32.exe}
     240    from the \url{http://www.vtk.org/get-software.php} page.
    213241\end{itemize}
    214242
    215243
    216244
    217 \section{System configuration}
    218 
    219 
    220 The system path on Win32 architectures must contain the
    221 directories (this examples assumes the Enthought Python 2.4 distribution
    222 has been installed. Path names may vary depending on the
    223 exact configuration).
    224 \begin{verbatim}
    225 PATH=C:\Python24;C:\Python24\Enthought\MingW\bin;C:\Program Files\anuga_viewer
    226 \end{verbatim}
    227 The path should be analoguous for Unix operating systems.
    228 
    229 If anuga is not installed in the python site-packages directory
    230 the root directory for all
    231 anuga/inundation modules must be on the pythonpath, e.g.\
    232 \begin{verbatim}
    233 PYTHONPATH=C:\anuga_core\source
    234 \end{verbatim}
    235 
    236 
    237 
    238 
    239 
    240 \section{Installation of source zip file}
    241 Get a source zip file, for example, anuga_source_3807.zip, and expand
    242 it in the python site-packages directory (\code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages})
    243 
    244 In the ANUGA root directory (\code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages$\backslash$anuga}),
    245 run the compilation script:
    246 \begin{verbatim}
    247 python compile_all.py
    248 \end{verbatim}
    249 
    250 %or (in anuga_core)
    251 % scons install
    252 % scons -c #(clean)
    253 
    254 
    255 \subsection{Testing}
     245\section{Testing}
    256246
    257247In the ANUGA root directory, run the test suite:
     
    295285
    296286
    297 \chapter{Appendix}
     287\appendix
     288\chapter{Miscellaneous procedures}
    298289\section{Setting the PATH on Windows}
    299 \label{sec:windowspath}
    300 
     290\label{sec:setwindowspath}
     291
     292The method of setting the PATH environment variable for Windows XP is shown here.
     293Setting the variable for Windows Vista should be similar.
     294
     295\setlength\fboxsep{0pt}
     296\setlength\fboxrule{1.0pt}
     297
     298First, open the Control Panel:
     299\begin{figure}[ht]
     300  \centerline{\fbox{\includegraphics[scale=0.75]{installgraphics/winsetpath1.png}}}
     301%  \caption{Run Control Panel from the Start menu}
     302  \label{fig:winsetpath1}
     303\end{figure}
     304
     305Next, start the System applet:
     306\begin{figure}[ht]
     307  \centerline{\fbox{\includegraphics[scale=0.75]{installgraphics/winsetpath2.png}}}
     308%  \caption{Start the System applet}
     309  \label{fig:winsetpath2}
     310\end{figure}
     311
     312\pagebreak
     313
     314Select the \code{Advanced} tab in the System Properties window:
     315\begin{figure}[ht]
     316  \centerline{\includegraphics[scale=0.5]{installgraphics/winsetpath3.png}}
     317%  \caption{Select the Advanced tab}
     318  \label{fig:winsetpath3}
     319\end{figure}
     320
     321%\pagebreak
     322
     323Press the \code{Environment Variables} button in the \code{Advanced} tab:
     324\begin{figure}[ht]
     325  \centerline{\includegraphics[scale=0.5]{installgraphics/winsetpath4.png}}
     326%  \caption{Press the Environment Variables button}
     327  \label{fig:winsetpath4}
     328\end{figure}
     329
     330\pagebreak
     331
     332If the \code{PATH} variable is not defined in the top window, press the \code{New} button.
     333If \code{PATH} already exists, select the row with the \code{PATH} variable name in the top listbox
     334and press the \code{Edit} button next to the \code{New} button:
     335\begin{figure}[ht]
     336  \centerline{\includegraphics[scale=0.5]{installgraphics/winsetpath5.png}}
     337%  \caption{Press the New button}
     338  \label{fig:winsetpath5}
     339\end{figure}
     340
     341%\pagebreak
     342
     343You will be shown the editor window whichever button you pressed in the above step. If the \code{Variable name} box is empty
     344type in the name \code{PATH}.  In the \code{Variable value} box type the value you want the \code{PATH} variable to have.  If there
     345is already some text in the box, place your additional value at the front of the existing value, not forgetting to terminate your additional
     346string with the ';' character. The final value string must be a series of directory names seperated by ';' characters:
     347\begin{figure}[ht]
     348  \centerline{\includegraphics[scale=0.75]{installgraphics/winsetpath6.png}}
     349%  \caption{Modifying the PATH value}
     350  \label{fig:winsetpath6}
     351\end{figure}
     352
     353When you are finished, press the \code{OK} button and exit from the applet.
     354
     355\pagebreak
     356
     357\section{Associating animate.exe with a .sww file}
     358\label{sec:assocanimatesww}
     359
     360The method of associating \code{animate.exe} with a \code{.sww} file is shown here for Windows XP.
     361A similar process should work for Windows Vista.
     362
     363Double left-click on any \code{.sww} file.  This brings up a dialog because Windows doesn't know how to open the file:
     364\begin{figure}[ht]
     365  \centerline{\fbox{\includegraphics[scale=0.5]{installgraphics/winassoc1.png}}}
     366%  \caption{Try to open the .sww file}
     367  \label{fig:winassoc1}
     368\end{figure}
     369
     370Select the "\code{Select the program from a list}" radiobutton and press the \code{OK} button:
     371\begin{figure}[ht]
     372  \centerline{\includegraphics[scale=0.5]{installgraphics/winassoc2.png}}
     373%  \caption{Select the program from a list}
     374  \label{fig:winassoc2}
     375\end{figure}
     376
     377\pagebreak
     378
     379Press the \code{Browse...} button to find the \code{animate.exe} program:
     380\begin{figure}[ht]
     381  \centerline{\includegraphics[scale=0.5]{installgraphics/winassoc3.png}}
     382%  \caption{Find animate.exe program}
     383  \label{fig:winassoc3}
     384\end{figure}
     385
     386Navigate to the \code{C:$\backslash$Program Files$\backslash$anuga_viewer} directory:
     387\begin{figure}[ht]
     388  \centerline{\includegraphics[scale=0.5]{installgraphics/winassoc4.png}}
     389%  \caption{Navigate into Program Files|anuga_viewer directory}
     390  \label{fig:winassoc4}
     391\end{figure}
     392
     393\pagebreak
     394
     395Select \code{animate.exe} and press the \code{Open} button:
     396\begin{figure}[ht]
     397  \centerline{\includegraphics[scale=0.5]{installgraphics/winassoc5.png}}
     398%  \caption{Select the animate.exe program press Open}
     399  \label{fig:winassoc5}
     400\end{figure}
     401
     402Finally, press the \code{OK} button:
     403\begin{figure}[ht]
     404  \centerline{\includegraphics[scale=0.5]{installgraphics/winassoc6.png}}
     405%  \caption{Press the OK button}
     406  \label{fig:winassoc6}
     407\end{figure}
    301408
    302409
Note: See TracChangeset for help on using the changeset viewer.