Skip to content

Commit b416aee

Browse files
committed
README: update instructions for MacPorts
1 parent 56fe7be commit b416aee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ If using [MacPorts](https://www.macports.org):
8585
sudo port install libconfig-hr
8686
sudo port install readline
8787
sudo port install lua51
88-
export CFLAGS="-I/usr/local/include -I/opt/local/include"
89-
export LDFLAGS="-L/usr/local/lib -L/opt/local/lib/"
88+
sudo port install libevent
89+
export CFLAGS="-I/usr/local/include -I/opt/local/include -I/opt/local/include/lua-5.1"
90+
export LDFLAGS="-L/usr/local/lib -L/opt/local/lib -L/opt/local/lib/lua-5.1"
9091
./configure && make
9192

9293
Install these ports:

0 commit comments

Comments
 (0)