comparison doc/interpreter/install.txi @ 18073:42c3e30557a4 stable

doc: Small fixes to the octave manual (bug #40557). * contrib.txi: Correct missing word "few" in sentence. * install.txi: Add gl2ps to list of external packages. Remove WebKit from list of required Qt modules.
author Rik <rik@octave.org>
date Tue, 03 Dec 2013 20:54:30 -0800
parents 7900595f1533
children 24759ac2b8cb
comparison
equal deleted inserted replaced
18064:1c4fd938bdef 18073:42c3e30557a4
235 235
236 @item GLPK 236 @item GLPK
237 GNU Linear Programming Kit (@url{http://www.gnu.org/software/glpk}). 237 GNU Linear Programming Kit (@url{http://www.gnu.org/software/glpk}).
238 GPLK is required for the function @code{glpk}. 238 GPLK is required for the function @code{glpk}.
239 239
240 @item gl2ps
241 OpenGL to PostScript printing library (@url{http://www.geuz.org/gl2ps/}).
242 gl2ps is required for printing when using the FLTK toolkit.
243
240 @item gnuplot 244 @item gnuplot
241 Interactive graphics program (@url{http://www.gnuplot.info}). gnuplot 245 Interactive graphics program (@url{http://www.gnuplot.info}). gnuplot
242 is currently the default graphics renderer for Octave. 246 is currently the default graphics renderer for Octave.
243 247
244 @item GraphicsMagick++ 248 @item GraphicsMagick++
283 GUI. 287 GUI.
284 288
285 @item Qt 289 @item Qt
286 GUI and utility libraries (@url{}). Qt is required for building the GUI. 290 GUI and utility libraries (@url{}). Qt is required for building the GUI.
287 It is a large framework, but the only components required are the GUI, 291 It is a large framework, but the only components required are the GUI,
288 core, WebKit, and network modules. 292 core, and network modules.
289 293
290 @item SuiteSparse 294 @item SuiteSparse
291 Sparse matrix factorization library 295 Sparse matrix factorization library
292 (@url{http://www.cise.ufl.edu/research/sparse/SuiteSparse}). 296 (@url{http://www.cise.ufl.edu/research/sparse/SuiteSparse}).
293 SuiteSparse is required to provide sparse matrix factorizations and 297 SuiteSparse is required to provide sparse matrix factorizations and