@yanbo01haomiao
2020-10-15T15:17:39.000000Z
字数 718
阅读 941
记录
sudo apt-get install libzmq3-dev libboost-dev
git clone https://github.com/BehaviorTree/BehaviorTree.CPP.git
cd BehaviorTree.CPP
mkdir build; cd build
cmake ..
make
sudo make install
如果出现了下列问题
sudo apt install qtbase5-dev libqt5svg5-dev libzmq3-dev libdw-dev
git clone https://github.com/BehaviorTree/Groot.git
cd Groot
# 下面这个要去更新,因为上面的不可编译
git submodule update --init --recursive
mkdir build; cd build
cmake ..
make
使用方法:
在build中直接./Groot进入编辑界面