Fix FreeBSD building instructions

git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@663 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
This commit is contained in:
Heikki Hannikainen 2012-08-19 06:36:08 +00:00
parent 62f2ceb1e6
commit f99e5371fb
1 changed files with 2 additions and 2 deletions

View File

@ -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)