@yanbo01haomiao
2020-10-15T07:17:39.000000Z
字数 718
阅读 1225
记录
sudo apt-get install libzmq3-dev libboost-devgit clone https://github.com/BehaviorTree/BehaviorTree.CPP.gitcd BehaviorTree.CPPmkdir build; cd buildcmake ..makesudo make install
如果出现了下列问题

sudo apt install qtbase5-dev libqt5svg5-dev libzmq3-dev libdw-devgit clone https://github.com/BehaviorTree/Groot.gitcd Groot# 下面这个要去更新,因为上面的不可编译git submodule update --init --recursivemkdir build; cd buildcmake ..make
使用方法:
在build中直接./Groot进入编辑界面