diff 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
line wrap: on
line diff
--- a/doc/interpreter/install.txi	Tue Dec 03 22:32:52 2013 +0100
+++ b/doc/interpreter/install.txi	Tue Dec 03 20:54:30 2013 -0800
@@ -237,6 +237,10 @@
 GNU Linear Programming Kit (@url{http://www.gnu.org/software/glpk}).
 GPLK is required for the function @code{glpk}.
 
+@item gl2ps
+OpenGL to PostScript printing library (@url{http://www.geuz.org/gl2ps/}).
+gl2ps is required for printing when using the FLTK toolkit.
+
 @item gnuplot
 Interactive graphics program (@url{http://www.gnuplot.info}).  gnuplot
 is currently the default graphics renderer for Octave.
@@ -285,7 +289,7 @@
 @item Qt
 GUI and utility libraries (@url{}).  Qt is required for building the GUI.
 It is a large framework, but the only components required are the GUI,
-core, WebKit, and network modules.
+core, and network modules.
 
 @item SuiteSparse
 Sparse matrix factorization library