Skip to content

Instantly share code, notes, and snippets.

@CarlosGrohmann
Last active June 6, 2018 00:23
Show Gist options
  • Save CarlosGrohmann/2ab77ac3b711910e74ad37b866abe9af to your computer and use it in GitHub Desktop.
Save CarlosGrohmann/2ab77ac3b711910e74ad37b866abe9af to your computer and use it in GitHub Desktop.
# cd "$(brew --repository)" && git fetch && git reset --hard origin/master
# install homebrew:
# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# unistall homebrew:
# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
# GRASS:
# brew tap osgeo/osgeo4mac
# brew install netcdf
# brew install liblas-gdal2 --with-laszip
# brew install osgeo/osgeo4mac/gdal2 --with-complete --with-unsupported
# brew install wxpython
# brew link --overwrite wxpython
# brew install osgeo/osgeo4mac/grass7 --with-netcdf --with-liblas
# brew install osgeo/osgeo4mac/gdal2-grass7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment