COIN-OR::LEMON - Graph Library

Changeset 12:d64ffbd7d8c6 in lemon-tutorial for install.dox


Ignore:
Timestamp:
10/31/08 22:00:25 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
10:55e2f7712e87 (diff), 11:0a51fe554d01 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
  • install.dox

    r11 r12  
    1818
    1919/**
    20 \page install Installation Guide
     20[PAGE]install[PAGE] Installation Guide
    2121
    2222In this section we detail how to start using LEMON, from downloading it
     
    2828<a href="mailto:lemon-user@lemon.cs.elte.hu"><b>ask</b></a>.
    2929
    30 \section requirements_lemon Hardware and Software Requirements
     30[SEC]requirements_lemon[SEC] Hardware and Software Requirements
    3131
    3232In LEMON we use C++ templates heavily, thus compilation takes a
     
    4747the instructions detailed here to be able to use LEMON with your compiler.
    4848
    49 \subsection requirements_lp LP Solver Requirements
     49[SEC]requirements_lp[SEC] LP Solver Requirements
    5050
    5151The LEMON LP solver interface can use the GLPK (GNU Linear Programming
     
    5454See the <b><tt>INSTALL</tt></b> file how to enable these at compile time.
    5555
    56 \section install_from_source Install from Source
     56[SEC]install_from_source[SEC] Install from Source
    5757
    5858You can download LEMON from the web site:
     
    142142For more information see the <b><tt>INSTALL</tt></b> file.
    143143
    144 \subsection install_hg Install the Latest Development Version
     144[SEC]install_hg[SEC] Install the Latest Development Version
    145145
    146146You can also use the latest (developer) version of LEMON from our Mercurial
     
    187187
    188188
    189 \section install_rpm Install from rpm
     189[SEC]install_rpm[SEC] Install from rpm
    190190
    191191\todo Write this section (\ref install_rpm).
    192192
    193 
    194 \section install_user Install Locally to the User
     193[SEC]install_user[SEC] Install Locally to the User
    195194
    196195\todo Write this section (\ref install_user).
    197196
    198197
    199 \section compile_codes Compile Codes that Use LEMON
     198[SEC]compile_codes[SEC] Compile Codes that Use LEMON
    200199
    201200Now let us see how to use the library after installing it.
    202201
    203 \subsection compile_system_wide If LEMON is Installed System-Wide
     202[SEC]compile_system_wide[SEC] If LEMON is Installed System-Wide
    204203
    205204If your installation of LEMON into directory \c /usr/local was
     
    214213installed library LEMON.
    215214
    216 \subsection compile_user_local If LEMON is Installed User-Local
     215[SEC]compile_user_local[SEC] If LEMON is Installed User-Local
    217216
    218217You have to give more options to the compiler if LEMON is installed
     
    226225\endverbatim
    227226
    228 \subsubsection compile_use_pkg_config Use pkg-config
     227[SEC]compile_use_pkg_config[SEC] Use pkg-config
    229228
    230229\todo Write this sub-subsection (\ref compile_use_pkg_config).
    231230
     231[TRAILER]
    232232*/
Note: See TracChangeset for help on using the changeset viewer.