thiskevinwang / tk

A CLI tool for automating some repetitive daily chores. Written in go
https://thekevinwang.com/toolkit/
2 stars 1 forks source link

Fresh install: #3

Open thiskevinwang opened 2 years ago

thiskevinwang commented 2 years ago
Error: An exception occurred within a child process:
  CompilerSelectionError: thiskevinwang/tk/tk cannot be built with any available compilers.
Install GNU's GCC:
  brew install gcc
thiskevinwang commented 2 years ago
Error: gcc: the bottle needs the Apple Command Line Tools to be installed.
  You can install them, if desired, with:
    xcode-select --install

You can try to install from source with:
  brew install --build-from-source gcc
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels