Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dogun-anduril authored Jan 3, 2025
1 parent cd08347 commit 0cd4003
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ See the documentation for [Lattice C++ SDK](https://docs.anduril.com/sdks/cpp).

## Requirements

⚠️ It's very important that the versions of lib protobuf match the version that it was compiled with as C++ requires very specific [guarantees](https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp). The current requirements are:

* `gRPC == 1.68.0`
* `Protobuf == 29.0.0`
* `CMake >= 3.16`
> [!WARNING]
> It's very important that the versions of libprotobuf match the version that it was compiled with as C++ requires very specific [guarantees](https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp). The current requirements are:
> * `gRPC == 1.68.0`
> * `Protobuf == 29.0.0`
> * `CMake >= 3.16`
> [!TIP]
> As an alternative, we also provide the underlying Protobuf files in the `protos` directory if you wish to compile these yourselves with specific versions of Protobuf/gRPC.
## Installation

Expand Down

0 comments on commit 0cd4003

Please sign in to comment.