From af416f81b14a3bee682e300b165a6efdb9739d54 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 23 Nov 2018 16:41:24 +0100 Subject: o Trying to improve compatibility with some feature checks. o Misc nits. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5b5f5b1..1ddaa1a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,18 @@ Building: This will build a Debug release by default. Add `-DCMAKE_BUILD_TYPE=Release` to build a release build. +## Required packages + +For Debian-based systems (Debian, Ubuntu, Armbian, etc): + + * cmake + * libmosquitto-dev + * libpqxx-dev + * libbluetooth-dev + * libboost-all-dev + * liblog4cplus-dev + * ninja-build # optional + # CMake notes Header files are added as sources so the IDEs will search/index them properly. -- cgit v1.2.3