aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-11-23 16:41:24 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2018-11-23 16:41:24 +0100
commitaf416f81b14a3bee682e300b165a6efdb9739d54 (patch)
tree20c4704d5d24ed18a78970f9331aec12c9522a41 /README.md
parent2034b1bb10720a2f0e6cc97427346f2320c115bc (diff)
downloadble-toys-af416f81b14a3bee682e300b165a6efdb9739d54.tar.gz
ble-toys-af416f81b14a3bee682e300b165a6efdb9739d54.tar.bz2
ble-toys-af416f81b14a3bee682e300b165a6efdb9739d54.tar.xz
ble-toys-af416f81b14a3bee682e300b165a6efdb9739d54.zip
o Trying to improve compatibility with some feature checks.
o Misc nits.
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.