mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
parent
0163b577f4
commit
160a3f6fd8
25
config.mk.in
25
config.mk.in
@ -2,16 +2,33 @@
|
||||
|
||||
# Uncomment the following for FreeBSD; this assumes:
|
||||
#
|
||||
# cd /usr/ports/databases/lmdb; make config; make install clean
|
||||
# cd /usr/ports/ftp/curl; make config; make install clean
|
||||
# cd /usr/ports/devel/libconfig; make config; make install clean
|
||||
# The following ports are required for building recorder:
|
||||
#
|
||||
# You will need to install and use `gmake' to compile the Recorder
|
||||
# databases/lmdb ftp/curl devel/libconfig net/mosquitto devel/gmake
|
||||
#
|
||||
# You can install them via the ports collection as:
|
||||
#
|
||||
# $ cd /usr/ports/databases/lmdb; make install
|
||||
# $ cd /usr/ports/ftp/curl; make install
|
||||
# $ cd /usr/ports/devel/libconfig; make install
|
||||
# $ cd /usr/ports/net/mosquitto; make install
|
||||
# $ cd /usr/ports/devel/gmake; make install
|
||||
#
|
||||
# Or as a package:
|
||||
#
|
||||
# $ sudo pkg install lmdb curl libconfig mosquitto gmake
|
||||
#
|
||||
# Uncomment the following lines and replaced "no" with "yes":
|
||||
#
|
||||
# CC = clang
|
||||
# CFLAGS += -I/usr/local/include
|
||||
# MORELIBS += -L /usr/local/lib
|
||||
FREEBSD ?= no
|
||||
#
|
||||
# Now build recorder with the "gmake" command:
|
||||
#
|
||||
# $ gmake
|
||||
#
|
||||
# -- end FreeBSD
|
||||
|
||||
INSTALLDIR = /usr/local
|
||||
|
Loading…
Reference in New Issue
Block a user