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.