Skip to content

Commit d241a3c

Browse files
Document use of spdlog
Signed-off-by: Volker Christian <me@vchrist.at>
1 parent eaaed15 commit d241a3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
659658
This 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
670670
sudo apt update
671671
sudo apt install git cmake make ninja-build g++ clang pkg-config
672672
sudo 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
674674
sudo apt install libbluetooth-dev libmagic-dev libmariadb-dev
675675
```
676676

0 commit comments

Comments
 (0)