aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
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.