I have installed Gazebo on Mac running Sierra 10.12.6 [http://gazebosim.org/tutorials?tut=install_on_mac&cat=install]
Now I wish to build my own copy of Gazebo. I have forked and cloned the repository, but the following command gives an error [http://gazebosim.org/tutorials?cat=guided_a&tut=guided_a2]:
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable lsb_release -cs
main" > /etc/apt/sources.list.d/gazebo-stable.list'
sh: lsb_release: command not found
sh: /etc/apt/sources.list.d/gazebo-stable.list: No such file or directory
Request for help with equivalent commands for Mac.