install.dox
changeset 12 d64ffbd7d8c6
parent 10 55e2f7712e87
parent 11 0a51fe554d01
child 18 a291609dad52
     1.1 --- a/install.dox	Thu Oct 30 17:13:33 2008 +0000
     1.2 +++ b/install.dox	Fri Oct 31 21:00:25 2008 +0000
     1.3 @@ -61,7 +61,7 @@
     1.4  (and Windows installers).
     1.5  If you want a developer version (for example you want to contribute in
     1.6  developing LEMON) then you might want to use our Mercurial repository.
     1.7 -This case is detailed \ref hg_checkout "later", so from now on we
     1.8 +This case is detailed \ref install_hg "later", so from now on we
     1.9  suppose that you downloaded a <tt>.tar.gz</tt> file.
    1.10  
    1.11  Thus you have to do the following steps.
    1.12 @@ -215,9 +215,9 @@
    1.13  [SEC]compile_user_local[SEC] If LEMON is Installed User-Local
    1.14  
    1.15  You have to give more options to the compiler if LEMON is installed
    1.16 -user-local into a directory (denoted by <tt><dir></tt>)
    1.17 +user-local into a directory (denoted by <tt>&lt;dir&gt;</tt>)
    1.18  or if you just skipped the step <tt>make install</tt>.
    1.19 -In the later case <tt><dir></tt> denotes the directory in which the
    1.20 +In the later case <tt>&lt;dir&gt;</tt> denotes the directory in which the
    1.21  the \c make command have been performed.
    1.22  
    1.23  \verbatim