COIN-OR::LEMON - Graph Library

Changeset 19:9196fcd0d4d6 in lemon-tutorial for getting_started.dox


Ignore:
Timestamp:
02/02/09 11:06:19 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Remove installation guide + link to the web page instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • getting_started.dox

    r18 r19  
    2222
    2323First of all you have to install LEMON on your system (see
    24 \ref install for instructions).
     24<a href="http://lemon.cs.elte.hu/trac/lemon/wiki/InstallGuide"><b>our
     25web page</b></a> for instructions).
    2526After that you can paste the following code segment into a file
    2627<tt>hello_lemon.cc</tt> to have a first working program that uses LEMON.
     
    4243
    4344\verbatim
    44 g++ -lemon hello_lemon.cc -o hello_lemon
     45g++ -lemon -o hello_lemon hello_lemon.cc
    4546\endverbatim
    4647
     
    5758
    5859\verbatim
    59 g++ -lemon -I ~/lemon/include -L ~/lemon/lib hello_lemon.cc -o hello_lemon
     60g++ -lemon -I ~/lemon/include -L ~/lemon/lib -o hello_lemon hello_lemon.cc
    6061\endverbatim
    6162
Note: See TracChangeset for help on using the changeset viewer.