mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-16 01:07:29 +00:00
Remove legacy Conan recipe and update documentation (#8712)
* Remove legacy Conan recipe Signed-off-by: Uilian Ries <uilianries@gmail.com> * Document how to install flatbuffers with Conan Signed-off-by: Uilian Ries <uilianries@gmail.com> --------- Signed-off-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Justin Davis <jtdavis777@gmail.com>
This commit is contained in:
@@ -89,6 +89,17 @@ CC=clang PATH=$PATH:$(pwd)/swift-${SWIFT_VERSION}-RELEASE-debian12/usr/bin bazel
|
||||
|
||||
If you are unsure which versions to use, check our CI config at `.bazelci/presubmit.yml`.
|
||||
|
||||
## Building with Conan
|
||||
|
||||
You can download and install flatbuffers using the [Conan](https://conan.io/) dependency manager:
|
||||
|
||||
conan install --requires="flatbuffers/[*]" --build=missing
|
||||
|
||||
The flatbuffers package in Conan Center is maintained by
|
||||
[ConanCenterIndex](https://github.com/conan-io/conan-center-index) community.
|
||||
If the version is out of date or the package does not work,
|
||||
please create an issue or pull request on the [Conan Center Index repository](https://github.com/conan-io/conan-center-index).
|
||||
|
||||
## Building with VCPKG
|
||||
|
||||
You can download and install flatbuffers using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
|
||||
|
||||
Reference in New Issue
Block a user