getting_started.dox
changeset 18 a291609dad52
parent 16 ed4c8506e151
child 19 9196fcd0d4d6
     1.1 --- a/getting_started.dox	Wed Nov 05 17:10:54 2008 +0000
     1.2 +++ b/getting_started.dox	Thu Nov 06 16:55:09 2008 +0100
     1.3 @@ -52,12 +52,11 @@
     1.4  \endverbatim
     1.5  
     1.6  If LEMON is installed <b>user-local</b> into a directory
     1.7 -(e.g. <tt>~/lemon</tt>) or if you just skipped the step
     1.8 -<tt>make install</tt>, then compiling the code is a bit more difficult.
     1.9 +(e.g. <tt>~/lemon</tt>), then compiling the code is a bit more difficult.
    1.10  You have to issue a command like this.
    1.11  
    1.12  \verbatim
    1.13 -g++ -lemon -I ~/lemon -L ~/lemon/lemon/.libs hello_lemon.cc -o hello_lemon
    1.14 +g++ -lemon -I ~/lemon/include -L ~/lemon/lib hello_lemon.cc -o hello_lemon
    1.15  \endverbatim
    1.16  
    1.17  If everything has gone well, then our program prints out the followings.