-
Notifications
You must be signed in to change notification settings - Fork 9
Install and Update in CentOS 7
drnextgis edited this page Oct 28, 2014
·
2 revisions
-
Install dependencies:
yum install cmake cmake-gui yum install cairo-devel libcurl-devel yum localinstall http://mirror.logol.ru/epel/7/x86_64/e/epel-release-7-2.noarch.rpm yum install gdal-devel geos-devel openssl-devel libpqxx-devel proj-devel gtk3-devel wxGTK3-devel libcanberra-gtk3
-
Disable
wxGIS_HAVE_UNITY_INTEGRATION
option in cmake-gui (wxGIS
group). -
Create ld config:
echo /usr/local/lib > /etc/ld.so.conf.d/ngm.conf
Other instructions are the same as for Ubuntu.