Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions conan/CMakeLists.txt

This file was deleted.

59 changes: 0 additions & 59 deletions conan/build.py

This file was deleted.

9 changes: 0 additions & 9 deletions conan/test_package/CMakeLists.txt

This file was deleted.

21 changes: 0 additions & 21 deletions conan/test_package/conanfile.py

This file was deleted.

35 changes: 0 additions & 35 deletions conan/test_package/test_package.cpp

This file was deleted.

83 changes: 0 additions & 83 deletions conanfile.py

This file was deleted.

11 changes: 11 additions & 0 deletions docs/source/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down