# HG changeset patch
# User deba
# Date 1173200656 0
# Node ID fe5966d8acfc07c2b82189a4f3227d5dbf736ac4
# Parent 8b9b44a9c754daf1d6b5f948f9a9759661855a1b
Correction of urls and email addresses
diff -r 8b9b44a9c754 -r fe5966d8acfc doc/getstart.dox
--- a/doc/getstart.dox Tue Mar 06 17:03:37 2007 +0000
+++ b/doc/getstart.dox Tue Mar 06 17:04:16 2007 +0000
@@ -24,7 +24,8 @@
"Hello World" type program that already uses LEMON. We assume that you
have a basic knowledge of your operating system and \c C++ programming
language. The procedure is pretty straightforward, but if you have any
-difficulties don't hesitate to ask.
+difficulties don't hesitate to
+ask.
\section requirementsLEMON Hardware and software requirements
@@ -44,16 +45,17 @@
\subsection requirementsLP LP solver requirements
-The LEMON LP solver interface can use the GLPK (GNU Linear Programming Kit)
-and CPLEX solvers (was tested with CPLEX 7.5). If you want to use it you will
-need at least one of these. See \ref configureFlags how to enable these at
-compile time.
+The LEMON LP solver interface can use the GLPK (GNU Linear Programming
+Kit) ,CPLEX (was tested with CPLEX 7.5) and SoPlex solver. If you want
+to use it you will need at least one of these. See \ref configureFlags
+how to enable these at compile time.
\section downloadLEMON How to download LEMON
You can download LEMON from the LEMON web site:
-http://lemon.cs.elte.hu/download.html .
+
+http://lemon.cs.elte.hu/site/products/ .
There you will find released versions in form of .tar.gz files.
If you want a developer version (for example you want to contribute in
developing the library LEMON) then you might want to use our Subversion
@@ -188,22 +190,47 @@
\endverbatim
Disable CPLEX support.
+\verbatim
+--with-soplex[=PREFIX]
+\endverbatim
+Enable SoPlex support (default). You should specify the prefix too if
+you installed it to some non-standard location. If SoPlex is not
+found, then SoPlex support will be disabled.
+
+\verbatim
+--with-soplex-includedir=DIR
+\endverbatim
+The directory where the SoPlex header files are located. This is only useful
+when the SoPlex headers and libraries are not under the same prefix.
+
+\verbatim
+--with-soplex-libdir=DIR
+\endverbatim
+The directory where the SoPlex libraries are located. This is only useful when
+the SoPlex headers and libraries are not under the same prefix.
+
+\verbatim
+--without-soplex
+\endverbatim
+Disable SoPlex support.
+
\section svnCheckout How to checkout LEMON form our Subversion repository
You can obtain the latest version of LEMON from our Subversion repository. To
do this issue the following command:
\verbatim
-svn co https://lemon.cs.elte.hu/svn/hugo/trunk lemon
+svn co https://lemon.cs.elte.hu/svn/lemon/trunk lemon-src
\endverbatim
Use "lemon" as username, the password is empty.
\section svnCompile How to compile the source from the repository
-You can compile the code from the repository similarly to the packaged version,
-but you will need to run \c ./bootstrap before \c ./configure. See \c
-./bootstrap \c --help for options. For bootstrapping you will need the
+You can compile the code from the repository similarly to the packaged
+version, but you will need to run \c autoreconf \c -vi or
+\c ./bootstrap in some older environment before \c ./configure. See \c
+./configure \c --help for options. For bootstrapping you will need the
following tools:
- automake (1.7 or newer)