You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,19 @@ pixi run build
90
90
If you want to use BT.CPP in your application, please refer to the
91
91
example here: https://github.com/BehaviorTree/btcpp_sample .
92
92
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
94
106
95
107
Are you using BT.CPP in your commercial product and do you need technical support / consulting?
96
108
You can contact the primary author, **dfaconti@aurynrobotics.com**, to discuss your use case and needs.
0 commit comments