bencode
bencode copied to clipboard
A C++20 header-only bencode library.
After I clone the repository and run `cmake CMakeLists.txt`, I get: ``` -- Building for: Visual Studio 17 2022 -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19045. --...
The project version number on the 1.0.1 tag still is set as 1.0.0: https://github.com/fbdtemme/bencode/blob/8dea2346b88ae7f64bdb8a5b22fb6d83487d1e67/CMakeLists.txt#L2-L6
Some probably nitpick and minor observations: * There is no entry for the 1.0.1 release on the [releases](https://github.com/fbdtemme/bencode/releases) page. * The 1.0.1 [tag](https://github.com/fbdtemme/bencode/tags) does not have the "v" prefix as...
1. Your makefile is not fetching the 3 libs dependancies : fmt, gsl-lite, expected-lite - I had to compile and install them separatly for the build to find them. -...