From: Sandro Santilli Date: Wed, 7 Mar 2012 10:55:52 +0000 (+0000) Subject: Add note about installing json-c library on apt-based systems X-Git-Tag: 2.0.0beta2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9fc414c344a0c63ad8a3fa06442d3a86248ba8a;p=postgis Add note about installing json-c library on apt-based systems git-svn-id: http://svn.osgeo.org/postgis/trunk@9417 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/README.postgis b/README.postgis index 5e6ebfdae..d81e6da29 100644 --- a/README.postgis +++ b/README.postgis @@ -78,6 +78,10 @@ must have installed: http://oss.metaparadigm.com/json-c/. + You can get it installed in apt-based systems using: + + apt-get install libjson0-dev + If you want to compile PostGIS with raster support, you additionally must have installed: