Changeset 2377 for documentation/user_manual
- Timestamp:
- Feb 13, 2006, 11:02:36 AM (19 years ago)
- Location:
- documentation/user_manual
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified documentation/user_manual/anuga_installation_guide.tex ¶
r2363 r2377 1 \documentclass{report} 2 %\usepackage{url} 1 \documentclass{manual} 3 2 4 \newcommand{\url}{\texttt} %Hack until \url is installed5 3 6 \title{AnuGA Installation Guide} 4 \title{ANUGA Installation Guide} 5 7 6 \author{Howard Silcock, Ole Nielsen, Duncan Gray, Jane Sexton} 8 7 9 \setlength{\parindent}{0mm} %\setlength{\parskip}{3pt} 10 \setlength{\oddsidemargin}{0.6in}\setlength{\evensidemargin}{0.6in} 11 \addtolength{\textheight}{1in} \addtolength{\textwidth}{0.5in} 12 \setlength{\marginparwidth}{0in} 13 \setlength{\topmargin}{0mm}\setlength{\headheight}{0in} 8 % Please at least include a long-lived email address; 9 % the rest is at your discretion. 10 \authoraddress{Geoscience Australia \\ 11 Email: \email{ole.nielsen@ga.gov.au} 12 } 13 14 %Draft date 15 \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. 20 21 \release{1.0} % release version; this is used to define the 22 % \version macro 23 24 \makeindex % tell \index to actually write the .idx file 25 %\makemodindex % If this contains a lot of module sections. 26 27 14 28 15 29 \begin{document} … … 17 31 18 32 19 %Subversion keywords:20 %21 %$LastChangedDate: 2006-01-13 16:43:01 +1100 (Fri, 13 Jan 2006) $22 %$LastChangedRevision: 2206 $23 %$LastChangedBy: steve $24 33 25 \section*{Introduction} 34 % This makes the contents more accessible from the front page of the HTML. 35 \ifhtml 36 \chapter*{Front Matter\label{front}} 37 \fi 38 39 40 41 42 \chapter{Introduction} 26 43 27 44 This document outlines the required software for installing the Anuga toolbox. 28 45 All components are licensed as open source and readily available from the net. 29 30 31 32 \subsection{Pre-requisites} 46 47 48 \section{Pre-requisites} 33 49 34 50 The Anuga software core (pyvolution, pmesh, least\_squares, ...) depends on the following: … … 38 54 \item python-numeric 39 55 \item python-dev (Interestingly, numeric seems to be installed as well) 40 \item python-scientific (to provide python-netcdf) \url{http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html} 41 (The file netcdf.dll shipped with python-scientific must be copied to a location somewhere on the system PATH - e.g.\ in C:\\bin) 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 C:\\bin) 42 60 \item A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows) 43 61 \end{itemize} 44 45 46 \s ubsection{Recommended software}62 63 64 \section{Recommended software} 47 65 48 66 \begin{itemize} … … 54 72 55 73 56 \s ubsection*{Systom configuration}74 \section{System configuration} 57 75 58 76 … … 63 81 (similar for Linux....) 64 82 65 In addition the root directory for all anuga/inundation modules must be on the pythonpath, e.g.\ 83 In addition the root directory for all anuga/inundation modules must be on 84 the pythonpath, e.g.\ 66 85 \begin{verbatim} 67 86 PYTHONPATH=V:\1\cit\risk_assessment_methods_project\inundation\sandpits\onielsen\anuga\inundation 68 87 \end{verbatim} 69 70 88 71 89 72 90 73 91 74 92 75 \s ubsection*{Installation}93 \section{Installation} 76 94 77 95 (Explain how to check out from svn or obtain from elsewhere) 78 96 79 97 80 In directory inundation, run the compilation script:98 In the ANUGA root directory, run the compilation script: 81 99 {\small \begin{verbatim} 82 100 python compile_all.py … … 87 105 \subsection{Testing} 88 106 89 90 In directory inundation, run the test suite: 107 In the ANUGA root directory, run the test suite: 91 108 {\small \begin{verbatim} 92 109 python test_all.py … … 99 116 100 117 \begin{verbatim} 101 Install tortoise from downloads (IT `s didnt integrate wih explorer).118 Install tortoise from downloads (ITs didn't integrate wih explorer). 102 119 In settings set proxy to proxy.agso.gov.au 8080 103 120 … … 111 128 112 129 130 113 131 \end{document} -
TabularUnified documentation/user_manual/anuga_user_manual.tex ¶
r2374 r2377 21 21 } 22 22 23 \date{2 February, 2006} % update before release! 23 %Draft date 24 \date{\today} % update before release! 24 25 % Use an explicit date so that reformatting 25 26 % doesn't cause a new date to be used. Setting
Note: See TracChangeset
for help on using the changeset viewer.