Skip to content

Commit

Permalink
Update gz_install.sh
Browse files Browse the repository at this point in the history
These two packages (libyaml and libzip) are necessary to compile gz-fuel-tools.
  • Loading branch information
GoatWang authored Dec 4, 2024
1 parent 1cbea29 commit 8c8a480
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 8c8a480

Please sign in to comment.