Changeset 5821
- Timestamp:
- Oct 7, 2008, 1:29:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_installation_guide.tex
r5820 r5821 6 6 7 7 \usepackage{graphicx} 8 8 9 9 10 % Please at least include a long-lived email address; … … 220 221 In the unpacked ANUGA directory \code{/usr/lib/python2.5/site-packages/anuga_core} run the command: 221 222 \begin{verbatim}sudo python compile_all.py\end{verbatim} 223 \item In the ANUGA root directory (\code{/usr/lib/python2.5/site-packages/anuga_core}), 224 run the test suite): 225 \begin{verbatim}python test_all.py\end{verbatim} ANUGA has been succesfully installed if the tests pass. 226 \item To verify that ANUGA succesfully reproduces a series of validation examples, go 227 to the directory 228 \linebreak 229 \code{/usr/lib/python2.5/site-packages/anuga_validation/automated_validation_tests} 230 where you can run validation tests to ensure the correct running of ANUGA: 231 \begin{verbatim}python validate_all.py\end{verbatim} 232 This may take some time. 233 222 234 \end{itemize} 223 235
Note: See TracChangeset
for help on using the changeset viewer.