File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ conan Windows] ( https://github.com/BehaviorTree/BehaviorTree.CPP/actions/workflows/cmake_windows.yml/badge.svg )] ( https://github.com/BehaviorTree/BehaviorTree.CPP/actions/workflows/cmake_windows.yml )
5
5
[ ![ ros1] ( https://github.com/BehaviorTree/BehaviorTree.CPP/workflows/ros1/badge.svg?branch=master )] ( https://github.com/BehaviorTree/BehaviorTree.CPP/actions?query=workflow%3Aros1 )
6
6
[ ![ ros2] ( https://github.com/BehaviorTree/BehaviorTree.CPP/workflows/ros2/badge.svg?branch=master )] ( https://github.com/BehaviorTree/BehaviorTree.CPP/actions?query=workflow%3Aros2 )
7
+ [ ![ pixi (Conda)] ( https://github.com/BehaviorTree/BehaviorTree.CPP/actions/workflows/pixi.yaml/badge.svg )] ( https://github.com/BehaviorTree/BehaviorTree.CPP/actions/workflows/pixi.yaml )
7
8
8
9
# BehaviorTree.CPP 4.5
9
10
@@ -87,6 +88,11 @@ cmake ../BehaviorTree.CPP
87
88
cmake --build . --parallel
88
89
```
89
90
91
+ If you want to build in a [ pixi] ( https://pixi.sh/ ) project (conda virtual environment).
92
+ ```
93
+ pixi run build
94
+ ```
95
+
90
96
If you want to use BT.CPP in your application, please refer to the
91
97
example here: https://github.com/BehaviorTree/btcpp_sample .
92
98
You can’t perform that action at this time.
0 commit comments