From 42b64c133856eae6c949a283cc939a7318a7ad09 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 6 Dec 2022 12:40:32 +0100 Subject: [PATCH] add instructions to for building on FreeBSD 13.1 with TOURS configured closes #405 --- config.mk.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.mk.in b/config.mk.in index 9def768..0565b0e 100644 --- a/config.mk.in +++ b/config.mk.in @@ -13,16 +13,18 @@ # $ cd /usr/ports/devel/libconfig; make install # $ cd /usr/ports/net/mosquitto; make install # $ cd /usr/ports/devel/gmake; make install +# $ cd /usr/ports/devel/pkgconf; make install +# $ cd /usr/ports/misc/e2fsprogs-libuuid; make install # # Or as a package: # -# $ sudo pkg install lmdb curl libconfig mosquitto gmake +# $ sudo pkg install pkgconf lmdb curl libconfig mosquitto gmake e2fsprogs-libuuid # # Uncomment the following lines and replace "no" with "yes": # # CC = clang # CFLAGS += -I/usr/local/include -# MORELIBS += -L /usr/local/lib +# MORELIBS += -L /usr/local/lib -luuid FREEBSD ?= no # # Now build recorder with the "gmake" command: