Changeset 3816
- Timestamp:
- Oct 17, 2006, 4:44:15 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_installation_guide.tex
r3792 r3816 88 88 (similar for Linux....) 89 89 90 I n additionthe root directory for all anuga/inundation modules must be on90 If anuga is not installed in the python site-packages directory the root directory for all anuga/inundation modules must be on 91 91 the pythonpath, e.g.\ 92 92 \begin{verbatim} 93 PYTHONPATH=C:\anuga \inundation93 PYTHONPATH=C:\anuga_core\source 94 94 \end{verbatim} 95 95 … … 98 98 99 99 100 \section{Installation} 101 102 (Explain how to check out from svn or obtain from elsewhere) 103 100 \section{Installation of source zip file} 101 Get a source zip file, for example, anuga_source_3807.zip, and expand 102 it in the python site-packages directory. 104 103 105 104 In the ANUGA root directory, run the compilation script: 106 105 {\small \begin{verbatim} 107 scons106 python compile_all.py 108 107 \end{verbatim}} 109 108
Note: See TracChangeset
for help on using the changeset viewer.