install.dox
changeset 18 a291609dad52
parent 12 d64ffbd7d8c6
equal deleted inserted replaced
4:e08ae0eed3af 5:464b8769d2b7
   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>&lt;dir&gt;</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 
   220 In the later case <tt>&lt;dir&gt;</tt> denotes the directory in which the
   220 \verbatim
   221 the \c make command have been performed.
   221 g++ -lemon -I <dir>/include -L <dir>/lib [other options] <source file>
   222 
       
   223 \verbatim
       
   224 g++ -lemon -I <dir> -L <dir>/lemon/.libs [other options] <source file>
       
   225 \endverbatim
   222 \endverbatim
   226 
   223 
   227 [SEC]compile_use_pkg_config[SEC] Use pkg-config
   224 [SEC]compile_use_pkg_config[SEC] Use pkg-config
   228 
   225 
   229 \todo Write this sub-subsection (\ref compile_use_pkg_config).
   226 \todo Write this sub-subsection (\ref compile_use_pkg_config).