From f5df909d34bdec1cf349aa0b530d4cf84dcb1142 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Sat, 23 May 2015 17:01:32 -0700 Subject: [PATCH] update for new configure script --- FreeBSDInstallation.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/FreeBSDInstallation.md b/FreeBSDInstallation.md index e0be6a9..e797976 100644 --- a/FreeBSDInstallation.md +++ b/FreeBSDInstallation.md @@ -12,6 +12,7 @@ You will need to install the following ports/packages to ensure that mapnik will print/freetype2 graphics/cairo graphics/cairomm + print/harfbuzz devel/pkg-config graphics/py-cairo devel/boost-python-libs @@ -25,9 +26,12 @@ If you want postgres support, ensure that the postgres libs are installed: Once these libs are installed, you should be able to compile/install source by doing: - - python scons/scons.py configure - python scons/scons.py install +```sh +./configure CXX=c++ CC=cc \ + HB_INCLUDES=/usr/local/include HB_LIBS=/usr/local/lib +gmake +gmake install +``` ### Other references