equal
deleted
inserted
replaced
126 |
126 |
127 You can pass the following flags to \c ./configure (see \c ./configure --help |
127 You can pass the following flags to \c ./configure (see \c ./configure --help |
128 for more): |
128 for more): |
129 |
129 |
130 \verbatim |
130 \verbatim |
131 --enable-gui |
|
132 \endverbatim |
|
133 Build the GUI. |
|
134 |
|
135 \verbatim |
|
136 --disable-gui |
|
137 \endverbatim |
|
138 Do not build the GUI (default). |
|
139 |
|
140 \verbatim |
|
141 --with-glpk[=PREFIX] |
131 --with-glpk[=PREFIX] |
142 \endverbatim |
132 \endverbatim |
143 Enable GLPK support (default). You should specify the prefix too if you |
133 Enable GLPK support (default). You should specify the prefix too if you |
144 installed it to some non-standard location (e.g. your home directory). If |
134 installed it to some non-standard location (e.g. your home directory). If |
145 GLPK is not found, then GLPK support will be disabled. |
135 GLPK is not found, then GLPK support will be disabled. |
207 |
197 |
208 - <a href="http://www.gnu.org/software/automake/">automake</a> (1.7 or newer) |
198 - <a href="http://www.gnu.org/software/automake/">automake</a> (1.7 or newer) |
209 - <a href="http://www.gnu.org/software/autoconf/">autoconf</a> (2.59 or newer) |
199 - <a href="http://www.gnu.org/software/autoconf/">autoconf</a> (2.59 or newer) |
210 - <a href="http://www.gnu.org/software/libtool/">libtool</a> |
200 - <a href="http://www.gnu.org/software/libtool/">libtool</a> |
211 - <a href="http://pkgconfig.freedesktop.org/">pkgconfig</a> |
201 - <a href="http://pkgconfig.freedesktop.org/">pkgconfig</a> |
212 - <a href="http://www.gnu.org/software/gettext/">gettext</a> |
|
213 |
202 |
214 To generate the documentation, run \c make \c doc. You will need |
203 To generate the documentation, run \c make \c doc. You will need |
215 <a href="http://www.doxygen.org/">Doxygen</a> for this. |
204 <a href="http://www.doxygen.org/">Doxygen</a> for this. |
216 |
205 |
217 You can pass the \c --enable-doc=full flag to \c ./configure to generate the |
206 You can pass the \c --enable-doc=full flag to \c ./configure to generate the |