mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-27 16:57:21 +00:00
add instructions to for building on FreeBSD 13.1 with TOURS configured
closes #405
This commit is contained in:
+4
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user