Changed protobuf to protobuf-c

To reduce code bloat
This commit is contained in:
SChernykh
2024-01-29 16:03:35 +01:00
parent 373182024a
commit 6d39ea4696
35 changed files with 16705 additions and 65506 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ Only 64-bit builds are supported, in particular ARMv7 or older CPUs are not supp
### Prerequisites
- cmake >= 3.10
- C++ compiler with full C++17 support. GCC-8, Clang-13 and MSVC-2019 have been tested and confirmed to work, older compilers may fail to build P2Pool.
- C++ compiler with C++17 support. GCC-7, Clang-13 and MSVC-2019 have been tested and confirmed to work, older compilers may fail to build P2Pool.
### Ubuntu 20.04