Created
June 7, 2024 07:56
-
-
Save daz/09733123a769c0de10f3b828ba8d18fb to your computer and use it in GitHub Desktop.
Install gocesiumtiler on Mac with Homebrew GCC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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