Added dependency package names to README

This commit is contained in:
Nav
2023-01-20 23:04:46 +00:00
parent 4b0fe4dc37
commit 662806769e

View File

@@ -71,12 +71,15 @@ See source code in src/SignalHandler/ for more.
To compile Bloom, the following dependencies must be resolved: To compile Bloom, the following dependencies must be resolved:
The accompanying package names are from the Debian (APT) package repositories - package names will vary across package
repositories.
- CMake version 3.22 or later: - CMake version 3.22 or later:
- G++10 or later - G++10 or later
- libusb v1.0 - libusb v1.0 (`libusb-1.0-0-dev`)
- libhidapi (0.11.2 or later) - libhidapi (0.11.2 or later) (`libhidapi-dev`)
- yaml-cpp (version 0.7.0 or later) - yaml-cpp (version 0.7.0 or later) (`libyaml-cpp-dev`)
- libprocps - libprocps (`libprocps-dev`)
- PHP CLI version 8 or later, with the xml extension (`php8.0-cli`, `php8.0-xml`) - PHP CLI version 8 or later, with the xml extension (`php8.0-cli`, `php8.0-xml`)
- Qt Version 6.2.4 or later (see note below) - Qt Version 6.2.4 or later (see note below)