Skip to content

Commit

Permalink
chore: add prerequisites for goreleaser and fyne-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
zwindler committed Aug 3, 2023
1 parent 7f31df7 commit 35cd5cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Every session, I'll add an entry in this file telling what I did and what I lear
sudo apt-get install golang gcc libgl1-mesa-dev xorg-dev
```

Also, for building releases, you need goreleaser and fyne-cross

```bash
go install github.com/fyne-io/fyne-cross@latest
```

## Build, test, release

Build only
Expand All @@ -36,5 +42,5 @@ goreleaser --clean
Test release (against code not tagged)

```bash
goreleaser build --snapshot --clean
goreleaser --snapshot --clean
```

0 comments on commit 35cd5cb

Please sign in to comment.