Easy steps to install geogram package on Mac
Package Information:
Application Name – geogram
What is geogram – Not Available for geogram
Use of geogram – Programming library of geometric algorithms
URL – http://alice.loria.fr/software/geogram/doc/html/index.html
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install geogram using brew
brew install geogram
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
geogram is ready to use now!