Skip to content

Instantly share code, notes, and snippets.

@daz
Created June 7, 2024 07:56
Show Gist options
  • Save daz/09733123a769c0de10f3b828ba8d18fb to your computer and use it in GitHub Desktop.
Save daz/09733123a769c0de10f3b828ba8d18fb to your computer and use it in GitHub Desktop.
Install gocesiumtiler on Mac with Homebrew GCC
git clone https://github.com/mfbonfigli/gocesiumtiler
cd gocesiumtiler
git checkout v2
HOMEBREW_GCC=/opt/homebrew/bin/gcc-14
export CC=$HOMEBREW_GCC
export HOMEBREW_CC=$HOMEBREW_GCC
go build -o gocesiumtiler ./cmd/main.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment