add some dependancies on fedora/rpm systems (closes tracker bug #3610094)

This commit is contained in:
Vincent Sanders 2013-06-06 16:35:30 +01:00
parent 4d39d4314c
commit 8427871f8a
1 changed files with 5 additions and 3 deletions

View File

@ -66,9 +66,11 @@
Debian-like OS:
$ apt-get install libglade2-dev libcurl3-dev libmng-dev
$ apt-get install libgtk2.0-dev libcurl3-dev libmng-dev
$ apt-get install librsvg2-dev liblcms1-dev libjpeg-dev
If you want to build with gtk 3 replace libgtk2.0-dev with libgtk-3-dev
Recent OS versions might need libcurl4-dev instead of libcurl3-dev but
note that when it has not been built with OpenSSL, the SSL_CTX is not
available and results that certification details won't be presented in case
@ -82,8 +84,8 @@
Fedora:
$ yum install libglade2-devel curl-devel libmng-devel
$ yum install librsvg2-devel lcms-devel
$ yum install curl-devel libmng-devel
$ yum install librsvg2-devel lcms-devel expat-devel
Other: