SoMuchForSubtlety / f1viewer

🏎️ TUI for F1TV
GNU General Public License v3.0
758 stars 65 forks source link

[BUG] Cannot Build on macOS #174

Closed dwwkelly closed 3 years ago

dwwkelly commented 3 years ago

Describe the bug I can't build this code on macOS. Go can't find an .go files. Also, a release for 2.0.6 would help.

To Reproduce Steps to reproduce the behavior:

cd f1viewer
./macOS-build.sh
no Go files in <parent dir>/f1viewer
FAILED TO BUILD

Expected behaviour Builds code

Screenshots NA

F1TV account plan Pro

Desktop (please complete the following information): macOS Big Sur

Logs NA

ghost commented 3 years ago

Go into cmd folder. Then type:

go build

On my machine I got following error

% go build

github.com/keybase/go-keychain

../go/pkg/mod/github.com/keybase/go-keychain@v0.0.0-20201121013009-976c83ec27a6/corefoundation.go:8:10: fatal error: 'CoreFoundation/CoreFoundation.h' file not found

include <CoreFoundation/CoreFoundation.h>

     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 error generated.

SoMuchForSubtlety commented 3 years ago

I corrected the readme, please follow the instructions there.