COIN-OR::LEMON - Graph Library

Changes in / [10:55e2f7712e87:12:d64ffbd7d8c6] in lemon-tutorial


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Doxyfile

    r10 r12  
    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

    r10 r12  
    1717 */
    1818
     19namespace lemon {
    1920/**
    2021[PAGE]hello_lemon[PAGE] 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
     
    117119[TRAILER]
    118120*/
     121}
  • install.dox

    r10 r12  
    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
     
    216216
    217217You have to give more options to the compiler if LEMON is installed
    218 user-local into a directory (denoted by <tt><dir></tt>)
     218user-local into a directory (denoted by <tt>&lt;dir&gt;</tt>)
    219219or if you just skipped the step <tt>make install</tt>.
    220 In the later case <tt><dir></tt> denotes the directory in which the
     220In the later case <tt>&lt;dir&gt;</tt> denotes the directory in which the
    221221the \c make command have been performed.
    222222
Note: See TracChangeset for help on using the changeset viewer.