From af9550890e91a4d4eb76e7ec78891c580ce3f591 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Tue, 26 May 2015 13:01:39 -0700 Subject: [PATCH] Updated FreeBSDInstallation (markdown) --- FreeBSDInstallation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FreeBSDInstallation.md b/FreeBSDInstallation.md index e797976..33edcfc 100644 --- a/FreeBSDInstallation.md +++ b/FreeBSDInstallation.md @@ -19,16 +19,16 @@ You will need to install the following ports/packages to ensure that mapnik will devel/libtool22 devel/libltdl22 -If you want postgres support, ensure that the postgres libs are installed: +There may be other ports/packages that need installing +If you want postgres support, ensure that the postgres libs are installed: database/postgresqlXX-client (where XX is the version of Postgres libs you'd like to install) Once these libs are installed, you should be able to compile/install source by doing: ```sh -./configure CXX=c++ CC=cc \ - HB_INCLUDES=/usr/local/include HB_LIBS=/usr/local/lib +./configure HB_INCLUDES=/usr/local/include HB_LIBS=/usr/local/lib gmake gmake install ```