Skip to content

Commit e0684b0

Browse files
FrankXie05FrankXiefacontidavide
authored
Add vcpkg installation instructions (#421)
* Add vcpkg installation instructions * Apply suggestion from @facontidavide --------- Co-authored-by: FrankXie <v-frankxie@microsoft.com> Co-authored-by: Davide Faconti <davide.faconti@gmail.com>
1 parent 53040fa commit e0684b0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,19 @@ pixi run build
9090
If you want to use BT.CPP in your application, please refer to the
9191
example here: https://github.com/BehaviorTree/btcpp_sample .
9292

93-
# Commercial support
93+
## Installing BehaviorTree.CPP (vcpkg)
94+
95+
Alternatively, you can build and install behaviortree-cpp using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
96+
97+
git clone https://github.com/Microsoft/vcpkg.git
98+
cd vcpkg
99+
./bootstrap-vcpkg.sh
100+
./vcpkg integrate install
101+
./vcpkg install behaviortree-cpp
102+
103+
The behaviortree-cpp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
104+
105+
# Commercial support
94106

95107
Are you using BT.CPP in your commercial product and do you need technical support / consulting?
96108
You can contact the primary author, **dfaconti@aurynrobotics.com**, to discuss your use case and needs.

0 commit comments

Comments
 (0)