Skip to content

Commit 807b43c

Browse files
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>
1 parent 4b823b1 commit 807b43c

7 files changed

Lines changed: 11 additions & 219 deletions

File tree

conan/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

conan/build.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

conan/test_package/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

conan/test_package/conanfile.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

conan/test_package/test_package.cpp

Lines changed: 0 additions & 35 deletions
This file was deleted.

conanfile.py

Lines changed: 0 additions & 83 deletions
This file was deleted.

docs/source/building.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,17 @@ CC=clang PATH=$PATH:$(pwd)/swift-${SWIFT_VERSION}-RELEASE-debian12/usr/bin bazel
8989

9090
If you are unsure which versions to use, check our CI config at `.bazelci/presubmit.yml`.
9191

92+
## Building with Conan
93+
94+
You can download and install flatbuffers using the [Conan](https://conan.io/) dependency manager:
95+
96+
conan install --requires="flatbuffers/[*]" --build=missing
97+
98+
The flatbuffers package in Conan Center is maintained by
99+
[ConanCenterIndex](https://github.com/conan-io/conan-center-index) community.
100+
If the version is out of date or the package does not work,
101+
please create an issue or pull request on the [Conan Center Index repository](https://github.com/conan-io/conan-center-index).
102+
92103
## Building with VCPKG
93104

94105
You can download and install flatbuffers using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:

0 commit comments

Comments
 (0)