mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-05 02:36:45 +00:00
lib uuid is possibly a dependency
This commit is contained in:
@@ -141,7 +141,7 @@ You need a current version of libmosquitto (and you probably require the Mosquit
|
||||
On Debian, you can install the needed packages with:
|
||||
|
||||
```
|
||||
apt-get install build-essential linux-headers-$(uname -r) libcurl4-openssl-dev libmosquitto-dev liblua5.2-dev libsodium-dev libconfig-dev
|
||||
apt-get install build-essential linux-headers-$(uname -r) libcurl4-openssl-dev libmosquitto-dev liblua5.2-dev libsodium-dev libconfig-dev uuid-dev
|
||||
```
|
||||
|
||||
On CentOS 7:
|
||||
@@ -158,7 +158,7 @@ On Ubuntu:
|
||||
```
|
||||
sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
|
||||
sudo apt-get update
|
||||
sudo apt-get install libmosquitto-dev libcurl3 libcurl4-openssl-dev libconfig-dev liblmdb-dev
|
||||
sudo apt-get install libmosquitto-dev libcurl3 libcurl4-openssl-dev libconfig-dev liblmdb-dev uuid-dev
|
||||
```
|
||||
|
||||
#### Building
|
||||
|
||||
@@ -91,7 +91,7 @@ CONFIGFILE = /etc/default/ot-recorder
|
||||
# Optionally specify the path to the Mosquitto libs, include here
|
||||
MOSQUITTO_INC = -I/usr/include
|
||||
MOSQUITTO_LIB = -L/usr/lib
|
||||
MORELIBS += # -lssl
|
||||
MORELIBS += # -luuid -lssl
|
||||
|
||||
# Milliseconds (ms) timeout for reverse geocoding
|
||||
GEOCODE_TIMEOUT = 4000
|
||||
|
||||
Reference in New Issue
Block a user