Skip to content

Commit 0984344

Browse files
committed
Call out the fact that cgo is required to build
1 parent 229901a commit 0984344

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ func onExit() {
3030

3131
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).
3232

33+
Note: this package requires cgo, so make sure you set `CGO_ENABLED=1` before building.
34+
3335
## Try the example app!
3436

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

0 commit comments

Comments
 (0)