Skip to content

Commit

Permalink
Merge pull request #6 from GoatWang/gz-fuel-tools-compile-error-fix
Browse files Browse the repository at this point in the history
Update brew install cmd
  • Loading branch information
woensug-choi authored Dec 10, 2024
2 parents 1cbea29 + 8c8a480 commit 5bb2981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gz_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -310,4 +310,4 @@ echo
echo "To deactivate this workspace, run:"
echo -e "\033[33mdeactivate\n\n\033[0m"

# popd || exit
# popd || exit

0 comments on commit 5bb2981

Please sign in to comment.