Changeset 5966


Ignore:
Timestamp:
Nov 18, 2008, 8:29:49 AM (16 years ago)
Author:
rwilson
Message:

Fixed bug in Linux instructions - 'anuga' not 'anuga_core'.

File:
1 edited

Legend:

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

    r5954 r5966  
    219219  \item Get the ANUGA source from \url{http://sourceforge.net/projects/anuga} (\code{anuga-1.0_5789.tgz} say),
    220220    and expand it into the python site-packages directory \code{/usr/lib/python2.5/site-packages}.
    221     In the unpacked ANUGA directory \code{/usr/lib/python2.5/site-packages/anuga_core} run the command:
     221    In the unpacked ANUGA directory \code{/usr/lib/python2.5/site-packages/anuga} run the command:
    222222    \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}),
     223  \item In the ANUGA root directory (\code{/usr/lib/python2.5/site-packages/anuga}),
    224224    run the test suite):
    225225    \begin{verbatim}python test_all.py\end{verbatim} ANUGA has been succesfully installed if the tests pass.
Note: See TracChangeset for help on using the changeset viewer.