diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |