From b416aeece8cccec6a4cab39b289e21e4cd7459b3 Mon Sep 17 00:00:00 2001 From: Bas Westerbaan Date: Mon, 27 Oct 2014 20:55:55 +0100 Subject: [PATCH] README: update instructions for MacPorts --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9924e8..0819886 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,9 @@ If using [MacPorts](https://www.macports.org): sudo port install libconfig-hr sudo port install readline sudo port install lua51 - export CFLAGS="-I/usr/local/include -I/opt/local/include" - export LDFLAGS="-L/usr/local/lib -L/opt/local/lib/" + sudo port install libevent + export CFLAGS="-I/usr/local/include -I/opt/local/include -I/opt/local/include/lua-5.1" + export LDFLAGS="-L/usr/local/lib -L/opt/local/lib -L/opt/local/lib/lua-5.1" ./configure && make Install these ports: