COIN-OR::LEMON - Graph Library

Changes in install.dox [12:d64ffbd7d8c6:11:0a51fe554d01] in lemon-tutorial


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • install.dox

    r12 r11  
    1818
    1919/**
    20 [PAGE]install[PAGE] Installation Guide
     20\page install Installation Guide
    2121
    2222In this section we detail how to start using LEMON, from downloading it
     
    2828<a href="mailto:lemon-user@lemon.cs.elte.hu"><b>ask</b></a>.
    2929
    30 [SEC]requirements_lemon[SEC] Hardware and Software Requirements
     30\section requirements_lemon Hardware and Software Requirements
    3131
    3232In LEMON we use C++ templates heavily, thus compilation takes a
     
    4747the instructions detailed here to be able to use LEMON with your compiler.
    4848
    49 [SEC]requirements_lp[SEC] LP Solver Requirements
     49\subsection requirements_lp LP Solver Requirements
    5050
    5151The LEMON LP solver interface can use the GLPK (GNU Linear Programming
     
    5454See the <b><tt>INSTALL</tt></b> file how to enable these at compile time.
    5555
    56 [SEC]install_from_source[SEC] Install from Source
     56\section install_from_source Install from Source
    5757
    5858You can download LEMON from the web site:
     
    142142For more information see the <b><tt>INSTALL</tt></b> file.
    143143
    144 [SEC]install_hg[SEC] Install the Latest Development Version
     144\subsection install_hg Install the Latest Development Version
    145145
    146146You can also use the latest (developer) version of LEMON from our Mercurial
     
    187187
    188188
    189 [SEC]install_rpm[SEC] Install from rpm
     189\section install_rpm Install from rpm
    190190
    191191\todo Write this section (\ref install_rpm).
    192192
    193 [SEC]install_user[SEC] Install Locally to the User
     193
     194\section install_user Install Locally to the User
    194195
    195196\todo Write this section (\ref install_user).
    196197
    197198
    198 [SEC]compile_codes[SEC] Compile Codes that Use LEMON
     199\section compile_codes Compile Codes that Use LEMON
    199200
    200201Now let us see how to use the library after installing it.
    201202
    202 [SEC]compile_system_wide[SEC] If LEMON is Installed System-Wide
     203\subsection compile_system_wide If LEMON is Installed System-Wide
    203204
    204205If your installation of LEMON into directory \c /usr/local was
     
    213214installed library LEMON.
    214215
    215 [SEC]compile_user_local[SEC] If LEMON is Installed User-Local
     216\subsection compile_user_local If LEMON is Installed User-Local
    216217
    217218You have to give more options to the compiler if LEMON is installed
     
    225226\endverbatim
    226227
    227 [SEC]compile_use_pkg_config[SEC] Use pkg-config
     228\subsubsection compile_use_pkg_config Use pkg-config
    228229
    229230\todo Write this sub-subsection (\ref compile_use_pkg_config).
    230231
    231 [TRAILER]
    232232*/
Note: See TracChangeset for help on using the changeset viewer.