File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -644,7 +644,6 @@ SNode.C requires some external tools and depends on a view external libraries. S
644644
645645#### Mandatory
646646
647- - Easylogging++ (v9.97.0 or later) development files ([ < https://github.com/amrayn/easyloggingpp/ > ] ( https://github.com/amrayn/easyloggingpp/ ) )
648647- OpenSSL (v1.1, v3.0, or v3.1) development files ([ < https://www.openssl.org/ > ] ( https://www.openssl.org/ ) )
649648- Nlohmann-JSON (v3.11.2 or later) development files ([ < https://json.nlohmann.me/ > ] ( https://json.nlohmann.me/ ) )
650649
@@ -659,6 +658,7 @@ SNode.C requires some external tools and depends on a view external libraries. S
659658This libraries are already integrated directly in SNode.C. Thus they need not be installed by hand
660659
661660- CLI11 ([ < https://github.com/CLIUtils/CLI11/ > ] ( https://github.com/CLIUtils/CLI11/ ) )
661+ - spdlog ([ < https://github.com/gabime/spdlog/ > ] ( https://github.com/gabime/spdlog/ ) )
662662
663663## Installation on Debian Style Systems (x86-64, Arm)
664664
@@ -670,7 +670,7 @@ To install all dependencies on Debian style systems just run
670670sudo apt update
671671sudo apt install git cmake make ninja-build g++ clang pkg-config
672672sudo apt install iwyu clang-format cmake-format doxygen
673- sudo apt install libeasyloggingpp-dev libssl-dev nlohmann-json3-dev
673+ sudo apt install libssl-dev nlohmann-json3-dev
674674sudo apt install libbluetooth-dev libmagic-dev libmariadb-dev
675675```
676676
You can’t perform that action at this time.
0 commit comments