COIN-OR::LEMON - Graph Library

Changeset 12:d64ffbd7d8c6 in lemon-tutorial for getting_started.dox


Ignore:
Timestamp:
10/31/08 22:00:25 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
10:55e2f7712e87 (diff), 11:0a51fe554d01 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • getting_started.dox

    r10 r12  
    1717 */
    1818
     19namespace lemon {
    1920/**
    2021[PAGE]hello_lemon[PAGE] Compile Your First Code
    2122
    22 If you have installed LEMON on your system you can paste the following
    23 code segment into a file called <tt>hello_lemon.cc</tt> to have a first
    24 working program that uses LEMON.
     23First of all you have to install LEMON on your system (see
     24\ref install for instructions).
     25After that you can paste the following code segment into a file
     26<tt>hello_lemon.cc</tt> to have a first working program that uses LEMON.
    2527
    2628\dontinclude hello_lemon.cc
     
    117119[TRAILER]
    118120*/
     121}
  • getting_started.dox

    r11 r12  
    1919namespace lemon {
    2020/**
    21 \page hello_lemon Compile Your First Code
     21[PAGE]hello_lemon[PAGE] 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 \section hello_lemon_system If LEMON is Installed System-Wide
     57[SEC]hello_lemon_system[SEC] If LEMON is Installed System-Wide
    5858
    5959If LEMON is installed system-wide (into directory \c /usr/local),
     
    7373\endverbatim
    7474
    75 \section hello_lemon_user If LEMON is Installed User-Local
     75[SEC]hello_lemon_user[SEC] 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]
    119120*/
    120121}
Note: See TracChangeset for help on using the changeset viewer.