%general-entities; ]> $LastChangedBy$ $Date$ QScintilla-gpl-&qscintilla-version; qscintilla Introduction to QScintilla QScintilla is a port to Qt of Scintilla. As well as features found in standard text editing components, it includes features especially useful when editing and debugging source code: language syntax styling, error indicators, code completion, call tips, code folding, margins can contain markers like those used in debuggers to indicate breakpoints and the current line, recordable macros, multiple views and, of course, printing. &lfs79_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &qscintilla-md5sum; Download size: &qscintilla-size; Estimated disk space required: &qscintilla-buildsize; Estimated build time: &qscintilla-time; QScintilla Dependencies Required and (recommended) or Optional PyQt (for Python Qt bindings) User Notes: Installation of QScintilla If Qt4 and Qt5 are installed, choose which one you prefer, by running source setqt4 or source setqt5, respectivelly. The instructions in this page are just for the QScintilla application. Code is included in the tarball for QScintilla Qt Designer plugin and Python bindings. Install QScintilla by running the following commands: cd Qt4Qt5 && qmake qscintilla.pro && make This package does not come with a test suite. Now, as the root user: make install && ln -sfv libqscintilla2.so.12.0.1 $QT5DIR/lib/libqt5scintilla2.so && ln -sfv libqscintilla2.so.12.0.1 $QT5DIR/lib/libqt5scintilla2.so.12 If you wish to install the documentation, issue, as the root user: install -v -m755 -d $QT5DIR/share/doc/QScintilla-&qscintilla-version;/html && install -v -m644 ../doc/html-Qt4Qt5/* \ $QT5DIR/share/doc/QScintilla-&qscintilla-version;/html When building with Qt4, replace QT5DIR with QT4DIR. Command Explanations ln -sfv ...: These commands create compatibility symlinks needed by some programs. Contents Installed Programs Installed Libraries Installed Directories None $QT5DIR/lib/libqt5scintilla2.so or $QT4DIR/lib/libqtscintilla2.so $QT5DIR/{include/Qsci,qsci,share/doc/QScintilla-&qscintilla-version;}/html or $QT4DIR/{include/Qsci,qsci,share/doc/QScintilla-&qscintilla-version;}/html Short Descriptions libqt5scintilla2.so contains the QScintilla Qt5 API functions. libqt5scintilla2.so libqscintilla2.so contains the QScintilla Qt4 API functions. libqscintilla2.so