[Qgis-user] Where is libsip?
Richard Duivenvoorde
rdmailings at duif.net
Mon Sep 5 12:46:38 PDT 2016
On 05-09-16 02:56, JIA Pei wrote:
>
> Hi, all:
>
>
> My environment:
>
> Ubuntu 16.04.1
> GCC: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
> QMake: QMake version 3.0
> Using Qt version 5.7.0 in /opt/Qt5.7.0/5.7/gcc_64/lib
>
> I'm using cmake to configuration qgis:
>
> CMake Error at cmake/FindSIP.cmake:54 (MESSAGE):
> Could not find SIP
> Call Stack (most recent call first):
> CMakeLists.txt:731 (FIND_PACKAGE)
>
> So, my questions is: what is SIP? Where can I just make qgis find SIP?
Hi Pei,
best is to ask this on dev list, but here:
https://github.com/qgis/QGIS/blob/master/INSTALL#L190
I think you will have all packages to build:
apt-get install bison cmake dh-python doxygen flex gdal-bin git graphviz
grass-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev
libopenscenegraph-dev libosgearth-dev libpq-dev libproj-dev libqca2-dev
libqca2-plugin-ossl libqjson-dev libqscintilla2-dev libqt4-dev
libqt4-opengl-dev libqt4-sql-sqlite libqwt5-qt4-dev libspatialindex-dev
libspatialite-dev libsqlite3-dev lighttpd locales pkg-config
poppler-utils pyqt4-dev-tools pyqt4.qsci-dev python-all python-all-dev
python-future python-gdal python-mock python-nose2 python-psycopg2
python-pyspatialite python-qscintilla2 python-qt4 python-qt4-dev
python-qt4-sql python-sip python-sip-dev python-yaml qt4-dev-tools
qt4-doc-html spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi
xfonts-base xfonts-scalable xvfb cmake-curses-gui
the SIP packages: python-sip python-sip-dev
are needed for the python bindings/plugins
Regards,
Richard
More information about the Qgis-user
mailing list