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.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://downloads.sourceforge.net/pyqt/QScintilla_gpl-2.9.3.tar.gz
Download MD5 sum: 3b1cdbce9ef6c28cd868bcc58219f96e
Download size: 2.4 MB
Estimated disk space required: 25 MB (with documentation)
Estimated build time: 1.6 SBU (with documentation)
chrpath-0.16 and Qt-5.7.0
PyQt (for Python Qt bindings)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/qscintilla
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.2 $QT5DIR/lib/libqt5scintilla2.so && ln -sfv libqscintilla2.so.12.0.2 $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-2.9.3/html && install -v -m644 ../doc/html-Qt4Qt5/* \ $QT5DIR/share/doc/QScintilla-2.9.3/html
ln -sfv ...: These commands create compatibility symlinks needed by some programs.
Last updated on 2016-08-27 13:19:14 -0700