COIN-OR::LEMON - Graph Library

Changeset 10:55e2f7712e87 in lemon-tutorial for install.dox


Ignore:
Timestamp:
10/30/08 18:13:33 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

TOC and section numbering are generated from toc.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install.dox

    r9 r10  
    1818
    1919/**
    20 \page install Installation Guide
     20[PAGE]install[PAGE] 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 \section requirements_lemon Hardware and Software Requirements
     30[SEC]requirements_lemon[SEC] 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 \subsection requirements_lp LP Solver Requirements
     49[SEC]requirements_lp[SEC] 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 \section install_from_source Install from Source
     56[SEC]install_from_source[SEC] 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 \subsection install_hg Install the Latest Development Version
     144[SEC]install_hg[SEC] Install the Latest Development Version
    145145
    146146You can also use the latest (developer) version of LEMON from our Mercurial
     
    187187
    188188
    189 \section install_rpm Install from rpm
     189[SEC]install_rpm[SEC] Install from rpm
    190190
    191191\todo Write this section (\ref install_rpm).
    192192
    193 
    194 \section install_user Install Locally to the User
     193[SEC]install_user[SEC] Install Locally to the User
    195194
    196195\todo Write this section (\ref install_user).
    197196
    198197
    199 \section compile_codes Compile Codes that Use LEMON
     198[SEC]compile_codes[SEC] Compile Codes that Use LEMON
    200199
    201200Now let us see how to use the library after installing it.
    202201
    203 \subsection compile_system_wide If LEMON is Installed System-Wide
     202[SEC]compile_system_wide[SEC] If LEMON is Installed System-Wide
    204203
    205204If your installation of LEMON into directory \c /usr/local was
     
    214213installed library LEMON.
    215214
    216 \subsection compile_user_local If LEMON is Installed User-Local
     215[SEC]compile_user_local[SEC] If LEMON is Installed User-Local
    217216
    218217You have to give more options to the compiler if LEMON is installed
     
    226225\endverbatim
    227226
    228 \subsubsection compile_use_pkg_config Use pkg-config
     227[SEC]compile_use_pkg_config[SEC] Use pkg-config
    229228
    230229\todo Write this sub-subsection (\ref compile_use_pkg_config).
    231230
     231[TRAILER]
    232232*/
Note: See TracChangeset for help on using the changeset viewer.