COIN-OR::LEMON - Graph Library

Changeset 11:0a51fe554d01 in lemon-tutorial


Ignore:
Timestamp:
10/31/08 15:01:15 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Small improvements

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Doxyfile

    r8 r11  
    219219# Configuration::additions related to external references   
    220220#---------------------------------------------------------------------------
    221 TAGFILES               = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \
     221TAGFILES               = "./libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \
    222222                         "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/1.0"
    223223GENERATE_TAGFILE       =
  • getting_started.dox

    r9 r11  
    1717 */
    1818
     19namespace lemon {
    1920/**
    2021\page hello_lemon 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
     
    116118
    117119*/
     120}
  • install.dox

    r9 r11  
    6262If you want a developer version (for example you want to contribute in
    6363developing LEMON) then you might want to use our Mercurial repository.
    64 This case is detailed \ref hg_checkout "later", so from now on we
     64This case is detailed \ref install_hg "later", so from now on we
    6565suppose that you downloaded a <tt>.tar.gz</tt> file.
    6666
     
    217217
    218218You have to give more options to the compiler if LEMON is installed
    219 user-local into a directory (denoted by <tt><dir></tt>)
     219user-local into a directory (denoted by <tt>&lt;dir&gt;</tt>)
    220220or if you just skipped the step <tt>make install</tt>.
    221 In the later case <tt><dir></tt> denotes the directory in which the
     221In the later case <tt>&lt;dir&gt;</tt> denotes the directory in which the
    222222the \c make command have been performed.
    223223
Note: See TracChangeset for help on using the changeset viewer.