mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
add instructions to for building on FreeBSD 13.1 with TOURS configured
closes #405
This commit is contained in:
parent
4dd7a8481e
commit
42b64c1338
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user