From 9fba85f9475878a80aa45bd90cdbaf7ba4856f45 Mon Sep 17 00:00:00 2001 From: Exynox Date: Sun, 3 Mar 2024 18:55:48 +0200 Subject: [PATCH] Updated README.md with the latest changes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 612241b..1419029 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Install `vcpkg` according to the [lastest instructions](https://vcpkg.io/en/gett Build and install the required libraries: ```shell -vcpkg install boost-system cryptopp effolkronium-random libmysql libevent lzo +vcpkg install boost-system cryptopp effolkronium-random libmysql libevent lzo fmt spdlog ``` Then, it's time to build your binaries. Your commands should look along the lines of: @@ -80,6 +80,7 @@ goodies you wish. Also, a lot of time. - Switched to the [effolkronium/random PRNG](https://github.com/effolkronium/random) instead of the standard C functions. - Refactored macros to modern C++ functions. - Network settings are manually configurable through the `PUBLIC_IP`, `PUBLIC_BIND_IP`, `INTERNAL_IP`, `INTERNAL_BIND_IP` settings in the `CONFIG` file. (Might need further work) +- Refactored logging to use [spdlog](https://github.com/gabime/spdlog) for more consistent function calls. ## 4. Bugfixes **WARNING: This project is based on the "kraizy" leak. That was over 10 years ago.