Changeset 3816


Ignore:
Timestamp:
Oct 17, 2006, 4:44:15 PM (19 years ago)
Author:
duncan
Message:

installing from zip files

File:
1 edited

Legend:

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

    r3792 r3816  
    8888(similar for Linux....)
    8989
    90 In addition the root directory for all anuga/inundation modules must be on
     90If anuga is not installed in the python site-packages directory the root directory for all anuga/inundation modules must be on
    9191the pythonpath, e.g.\
    9292\begin{verbatim}
    93 PYTHONPATH=C:\anuga\inundation
     93PYTHONPATH=C:\anuga_core\source
    9494\end{verbatim}
    9595
     
    9898
    9999
    100 \section{Installation}
    101 
    102 (Explain how to check out from svn or obtain from elsewhere)
    103 
     100\section{Installation of source zip file}
     101Get a source zip file, for example, anuga_source_3807.zip, and expand
     102it in the python site-packages directory.
    104103
    105104In the ANUGA root directory, run the compilation script:
    106105{\small \begin{verbatim}
    107   scons
     106  python compile_all.py
    108107\end{verbatim}}
    109108
Note: See TracChangeset for help on using the changeset viewer.