Skip to content

Commit

Permalink
Call out the fact that cgo is required to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Crosse committed Feb 22, 2022
1 parent 229901a commit 0984344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ func onExit() {

See [full API](https://pkg.go.dev/github.com/getlantern/systray?tab=doc) as well as [CHANGELOG](https://github.com/getlantern/systray/tree/master/CHANGELOG.md).

Note: this package requires cgo, so make sure you set `CGO_ENABLED=1` before building.

## Try the example app!

Have go v1.12+ or higher installed? Here's an example to get started on macOS:
Expand Down

0 comments on commit 0984344

Please sign in to comment.