From f99e5371fb1a60c72e5c2c81da1e95f747ee4ac7 Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Sun, 19 Aug 2012 06:36:08 +0000 Subject: [PATCH] Fix FreeBSD building instructions git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@663 3ce903b1-3385-4e86-93cd-f9a4a239f7ac --- doc/BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/BUILDING.md b/doc/BUILDING.md index 27cb87d..5d2842b 100644 --- a/doc/BUILDING.md +++ b/doc/BUILDING.md @@ -72,11 +72,11 @@ platforms, the failures might be more "interesting". On FreeBSD, with libevent2 installed from ports, you'll have to do this: - $ CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure + CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib/event2 ./configure On Mac OS X, with libevent2 installed from MacPorts, use: - $ CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib ./configure + CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib ./configure If you've installed libevent2 from sources with it's default configuration on any Unix-like system, the FreeBSD example above (pointing to /usr/local)