Skip to content

Commit 0603305

Browse files
committed
also build qscintilla
1 parent 8f68610 commit 0603305

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.docker/qgis3-build-deps.dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ WORKDIR /root/PyQt5_gpl-5.9.2
105105
RUN apt-get install -y qt5-qmake \
106106
&& python3 configure.py --confirm-license --qmake /usr/lib/x86_64-linux-gnu/qt5/bin/qmake --qsci-api --enable QtSql --enable QtSvg && make && make install
107107

108+
WORKDIR /root
109+
RUN curl -s -S -O https://cfhcable.dl.sourceforge.net/project/pyqt/QScintilla2/QScintilla-2.10.3/QScintilla_gpl-2.10.3.tar.gz
110+
&& tar xzf QScintilla_gpl-2.10.3.tar.gz
111+
WORKDIR /root/QScintilla_gpl-2.10.3/Python
112+
RUN python3 configure.py --pyqt=PyQt5
113+
&& make
114+
&& make install
115+
108116
WORKDIR /root
109117

110118
RUN echo "alias python=python3" >> ~/.bash_aliases

0 commit comments

Comments
 (0)