Changes in install.dox [12:d64ffbd7d8c6:11:0a51fe554d01] in lemon-tutorial
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install.dox
r12 r11 18 18 19 19 /** 20 [PAGE]install[PAGE]Installation Guide20 \page install Installation Guide 21 21 22 22 In this section we detail how to start using LEMON, from downloading it … … 28 28 <a href="mailto:lemon-user@lemon.cs.elte.hu"><b>ask</b></a>. 29 29 30 [SEC]requirements_lemon[SEC]Hardware and Software Requirements30 \section requirements_lemon Hardware and Software Requirements 31 31 32 32 In LEMON we use C++ templates heavily, thus compilation takes a … … 47 47 the instructions detailed here to be able to use LEMON with your compiler. 48 48 49 [SEC]requirements_lp[SEC]LP Solver Requirements49 \subsection requirements_lp LP Solver Requirements 50 50 51 51 The LEMON LP solver interface can use the GLPK (GNU Linear Programming … … 54 54 See the <b><tt>INSTALL</tt></b> file how to enable these at compile time. 55 55 56 [SEC]install_from_source[SEC]Install from Source56 \section install_from_source Install from Source 57 57 58 58 You can download LEMON from the web site: … … 142 142 For more information see the <b><tt>INSTALL</tt></b> file. 143 143 144 [SEC]install_hg[SEC]Install the Latest Development Version144 \subsection install_hg Install the Latest Development Version 145 145 146 146 You can also use the latest (developer) version of LEMON from our Mercurial … … 187 187 188 188 189 [SEC]install_rpm[SEC]Install from rpm189 \section install_rpm Install from rpm 190 190 191 191 \todo Write this section (\ref install_rpm). 192 192 193 [SEC]install_user[SEC] Install Locally to the User 193 194 \section install_user Install Locally to the User 194 195 195 196 \todo Write this section (\ref install_user). 196 197 197 198 198 [SEC]compile_codes[SEC]Compile Codes that Use LEMON199 \section compile_codes Compile Codes that Use LEMON 199 200 200 201 Now let us see how to use the library after installing it. 201 202 202 [SEC]compile_system_wide[SEC]If LEMON is Installed System-Wide203 \subsection compile_system_wide If LEMON is Installed System-Wide 203 204 204 205 If your installation of LEMON into directory \c /usr/local was … … 213 214 installed library LEMON. 214 215 215 [SEC]compile_user_local[SEC]If LEMON is Installed User-Local216 \subsection compile_user_local If LEMON is Installed User-Local 216 217 217 218 You have to give more options to the compiler if LEMON is installed … … 225 226 \endverbatim 226 227 227 [SEC]compile_use_pkg_config[SEC]Use pkg-config228 \subsubsection compile_use_pkg_config Use pkg-config 228 229 229 230 \todo Write this sub-subsection (\ref compile_use_pkg_config). 230 231 231 [TRAILER]232 232 */
Note: See TracChangeset
for help on using the changeset viewer.