Skip to content

Commit

Permalink
try to speed up compile times by installing gotk3
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed Apr 28, 2024
1 parent 054df7d commit a5bcd8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ build:
run: build
./${BINARY_NAME}

cache_deps:
go install github.com/gotk3/gotk3/glib
go install github.com/gotk3/gotk3/cairo
go install github.com/gotk3/gotk3/pango
go install github.com/gotk3/gotk3/gdk
go install github.com/gotk3/gotk3/gtk

config:
xdg-open ~/.config/hamradio/hellocontest.json

Expand Down

0 comments on commit a5bcd8d

Please sign in to comment.