COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • getting_started.dox

    r12 r11  
    1919namespace lemon {
    2020/**
    21 [PAGE]hello_lemon[PAGE] Compile Your First Code
     21\page hello_lemon Compile Your First Code
    2222
    2323First of all you have to install LEMON on your system (see
     
    5555Now let us compile this simple example program.
    5656
    57 [SEC]hello_lemon_system[SEC] If LEMON is Installed System-Wide
     57\section hello_lemon_system If LEMON is Installed System-Wide
    5858
    5959If LEMON is installed system-wide (into directory \c /usr/local),
     
    7373\endverbatim
    7474
    75 [SEC]hello_lemon_user[SEC] If LEMON is Installed User-Local
     75\section hello_lemon_user If LEMON is Installed User-Local
    7676
    7777Compiling the code is a bit more difficult if you installed LEMON
     
    117117<a href="mailto:lemon-user@lemon.cs.elte.hu"><b>contact us</b></a>.
    118118
    119 [TRAILER]
    120119*/
    121120}
Note: See TracChangeset for help on using the changeset viewer.