Document new external/protobuf

This commit is contained in:
Bronek Kozicki
2025-07-24 12:17:46 +01:00
parent 6ba0ec479b
commit 1043388407

View File

@@ -187,6 +187,14 @@ It patches their CMake to correctly import its dependencies.
conan export --version 4.0.3 external/soci
```
Export our [Conan recipe for Protobuf](./external/rocksdb).
It fixes compilation errors with clang-16 and Visual Studio.
```
# Conan 2.x
conan export --version 6.30.1 external/protobuf
```
### Build and Test
1. Create a build directory and move into it.