%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. &lfs78_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; Additional Downloads Required patch (if building with Qt5): QScintilla Dependencies Required and or Optional PyQt (for Python Qt bindings) User Notes: Installation of QScintilla If building with Qt5, run the following commnd: patch -Np1 -i ../QScintilla-gpl-&qscintilla-version;-fixes-1.patch 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 If you wish to install the documentation, issue, as the root user: install -v -m755 -d $QT5DIR/share/doc/QScintilla-&qscintilla-version; && install -v -m644 ../doc/html-Qt4Qt5/* \ $QT5DIR/share/doc/QScintilla-&qscintilla-version; if building with Qt5. For Qt4 build, replace QT5DIR with QT4DIR. 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;} or $QT4DIR/{include/Qsci,qsci,share/doc/QScintilla-&qscintilla-version;} Short Descriptions libqt5scintilla2.so contains the QScintilla Qt5 API functions. libqt5scintilla2.so libqscintilla2.so contains the QScintilla Qt4 API functions. libqscintilla2.so