Skip to content

Commit

Permalink
also build qscintilla
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 3, 2018
1 parent 8f68610 commit 0603305
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .docker/qgis3-build-deps.dockerfile
Expand Up @@ -105,6 +105,14 @@ WORKDIR /root/PyQt5_gpl-5.9.2
RUN apt-get install -y qt5-qmake \
&& python3 configure.py --confirm-license --qmake /usr/lib/x86_64-linux-gnu/qt5/bin/qmake --qsci-api --enable QtSql --enable QtSvg && make && make install

WORKDIR /root
RUN curl -s -S -O https://cfhcable.dl.sourceforge.net/project/pyqt/QScintilla2/QScintilla-2.10.3/QScintilla_gpl-2.10.3.tar.gz
&& tar xzf QScintilla_gpl-2.10.3.tar.gz
WORKDIR /root/QScintilla_gpl-2.10.3/Python
RUN python3 configure.py --pyqt=PyQt5
&& make
&& make install

WORKDIR /root

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

0 comments on commit 0603305

Please sign in to comment.