File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ If you are looking for a more fancy graphical user interface (and I know you do)
78
78
79
79
![ Groot screenshot] ( docs/groot-screenshot.png )
80
80
81
- # How to compile
81
+ # How to compile (Ubuntu)
82
82
83
- On Ubuntu, you are encourage to install the following dependencies:
83
+ Please note that ** Ubuntu 18.04 is not supported anymore in version 4.X** . Ubuntu 20.04 or later is required.
84
+
85
+ First, install the following dependencies (optional, but recommended):
84
86
85
87
sudo apt-get install libzmq3-dev libboost-dev
86
88
87
- Other dependencies are already included in the __ 3rdparty__ folder.
88
-
89
89
To compile and install the library, from the BehaviorTree.CPP folder, execute:
90
90
91
91
mkdir build; cd build
You can’t perform that action at this time.
0 commit comments