From fbd2c26c9d108451d7336793cd445e5af7531de6 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 17 Apr 2018 12:03:55 +0200 Subject: [PATCH] add note to use gmake addresses #228 --- config.mk.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.mk.in b/config.mk.in index 822b76f..ea94238 100644 --- a/config.mk.in +++ b/config.mk.in @@ -6,6 +6,8 @@ # cd /usr/ports/ftp/curl; make config; make install clean # cd /usr/ports/devel/libconfig; make config; make install clean # +# You will need to install and use `gmake' to compile the Recorder +# # CC = clang # CFLAGS += -I/usr/local/include # MORELIBS += -L /usr/local/lib