COIN-OR::LEMON - Graph Library

Changeset 19:9196fcd0d4d6 in lemon-tutorial


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

Files:
1 deleted
2 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
  • toc.txt

    r16 r19  
    1717**_time_count
    1818**_random
    19 * install
    20 ** requirements_lemon
    21 *** requirements_lp
    22 ** install_from_source
    23 ** install_hg
    24 ** install_rpm
    25 ** install_user
    26 ** compile_codes
    27 *** compile_system_wide
    28 *** compile_user_local
    29 **** compile_use_pkg_config
    3019* license
Note: See TracChangeset for help on using the changeset viewer.