-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from GoatWang/gz-fuel-tools-compile-error-fix
Update brew install cmd
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,7 +161,7 @@ printf '\033[34m%.0s=\033[0m' {1..75} && echo | |
echo -e "\033[36m> Installing Gazebo Harmonic dependencies with Brew...\033[0m" | ||
brew update | ||
brew tap osrf/simulation | ||
brew install assimp boost bullet cmake cppzmq [email protected] doxygen \ | ||
brew install libyaml libzip assimp boost bullet cmake cppzmq [email protected] doxygen \ | ||
eigen fcl ffmpeg flann freeimage freetype gdal gflags google-benchmark \ | ||
gts ipopt jsoncpp libccd libyaml libzzip libzip nlopt ode open-scene-graph \ | ||
ossp-uuid ogre1.9 ogre2.3 pkg-config protobuf qt@5 qwt-qt5 rapidjson ruby \ | ||
|
@@ -310,4 +310,4 @@ echo | |
echo "To deactivate this workspace, run:" | ||
echo -e "\033[33mdeactivate\n\n\033[0m" | ||
|
||
# popd || exit | ||
# popd || exit |