COIN-OR::LEMON - Graph Library

Changeset 18:a291609dad52 in lemon-tutorial for getting_started.dox


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

Fix compilation instructions for user-local installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • getting_started.dox

    r16 r18  
    5353
    5454If LEMON is installed <b>user-local</b> into a directory
    55 (e.g. <tt>~/lemon</tt>) or if you just skipped the step
    56 <tt>make install</tt>, then compiling the code is a bit more difficult.
     55(e.g. <tt>~/lemon</tt>), then compiling the code is a bit more difficult.
    5756You have to issue a command like this.
    5857
    5958\verbatim
    60 g++ -lemon -I ~/lemon -L ~/lemon/lemon/.libs hello_lemon.cc -o hello_lemon
     59g++ -lemon -I ~/lemon/include -L ~/lemon/lib hello_lemon.cc -o hello_lemon
    6160\endverbatim
    6261
Note: See TracChangeset for help on using the changeset viewer.