# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1343539880 14400 # Node ID 11c05ff73c831ad7acb0d3bb289e91299ff673b2 # Parent 1ffaad442161b1eaf0dcaa208ad84f87544e2818 Document extra Qt dependencies diff -r 1ffaad442161 -r 11c05ff73c83 doc/interpreter/install.txi --- a/doc/interpreter/install.txi Sat Jul 28 21:53:45 2012 -0400 +++ b/doc/interpreter/install.txi Sun Jul 29 01:31:20 2012 -0400 @@ -270,6 +270,17 @@ provide improved performance for the functions @code{qrdelete}, @code{qrinsert}, @code{qrshift}, and @code{qrupdate}. +@item QScintilla +Source code highlighter and manipulator; a Qt port of Scintilla +(@url{http://www.riverbankcomputing.co.uk/software/qscintilla}). +QScintilla is used for syntax highlighting and code completion in the +GUI. + +@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. + @item SuiteSparse Sparse matrix factorization library (@url{http://www.cise.ufl.edu/research/sparse/SuiteSparse}).