install.dox
changeset 15 7cc2418766c3
parent 10 55e2f7712e87
parent 11 0a51fe554d01
child 18 a291609dad52
equal deleted inserted replaced
2:499b86bbd31a 4:e08ae0eed3af
    59 <a href="http://lemon.cs.elte.hu/">http://lemon.cs.elte.hu/</a>.
    59 <a href="http://lemon.cs.elte.hu/">http://lemon.cs.elte.hu/</a>.
    60 There you will find released versions in form of <tt>.tar.gz</tt> files
    60 There you will find released versions in form of <tt>.tar.gz</tt> files
    61 (and Windows installers).
    61 (and Windows installers).
    62 If you want a developer version (for example you want to contribute in
    62 If you want a developer version (for example you want to contribute in
    63 developing LEMON) then you might want to use our Mercurial repository.
    63 developing LEMON) then you might want to use our Mercurial repository.
    64 This case is detailed \ref hg_checkout "later", so from now on we
    64 This case is detailed \ref install_hg "later", so from now on we
    65 suppose that you downloaded a <tt>.tar.gz</tt> file.
    65 suppose that you downloaded a <tt>.tar.gz</tt> file.
    66 
    66 
    67 Thus you have to do the following steps.
    67 Thus you have to do the following steps.
    68 
    68 
    69 Download the tarball either from the browser or just issuing
    69 Download the tarball either from the browser or just issuing
   213 installed library LEMON.
   213 installed library LEMON.
   214 
   214 
   215 [SEC]compile_user_local[SEC] If LEMON is Installed User-Local
   215 [SEC]compile_user_local[SEC] If LEMON is Installed User-Local
   216 
   216 
   217 You have to give more options to the compiler if LEMON is installed
   217 You have to give more options to the compiler if LEMON is installed
   218 user-local into a directory (denoted by <tt><dir></tt>)
   218 user-local into a directory (denoted by <tt>&lt;dir&gt;</tt>)
   219 or if you just skipped the step <tt>make install</tt>.
   219 or if you just skipped the step <tt>make install</tt>.
   220 In the later case <tt><dir></tt> denotes the directory in which the
   220 In the later case <tt>&lt;dir&gt;</tt> denotes the directory in which the
   221 the \c make command have been performed.
   221 the \c make command have been performed.
   222 
   222 
   223 \verbatim
   223 \verbatim
   224 g++ -lemon -I <dir> -L <dir>/lemon/.libs [other options] <source file>
   224 g++ -lemon -I <dir> -L <dir>/lemon/.libs [other options] <source file>
   225 \endverbatim
   225 \endverbatim