Skip to content

Commit 80b382d

Browse files
authored
Add cli11 to the list of general dependencies
Starting in jetty the CLI depends on CLI11. I receently got a new Mac for personal use and decided to try following these instructions and ran into the issue that we need CLI11 for jetty and above. Signed-off-by: Arjo Chakravarty <[email protected]>
1 parent ac06910 commit 80b382d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetty/install_osx_src.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ brew install --cask xquartz
8181
General dependencies:
8282

8383
```bash
84-
brew install assimp boost bullet cmake cppzmq dartsim doxygen eigen fcl ffmpeg flann freeimage freetype gdal gflags google-benchmark ipopt jsoncpp libccd libyaml libzzip libzip nlopt ode open-scene-graph ossp-uuid ogre1.9 ogre2.3 pkg-config protobuf qt@6 qwt rapidjson ruby tbb tinyxml2 urdfdom zeromq
84+
brew install assimp boost bullet cmake cppzmq dartsim doxygen eigen fcl ffmpeg flann freeimage freetype gdal gflags google-benchmark ipopt jsoncpp libccd libyaml libzzip libzip nlopt ode open-scene-graph ossp-uuid ogre1.9 ogre2.3 pkg-config protobuf qt@6 qwt rapidjson ruby tbb tinyxml2 urdfdom zeromq cli11
8585
```
8686

8787
## Building the Gazebo Libraries

0 commit comments

Comments
 (0)