Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uubulb authored Jul 13, 2024
1 parent deac2f0 commit 365ff17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ It seems many people use this project as a template to build apps for FreeBSD.

Actually, in most situations, this will be not neccessary.

Only apps that requires cgo (like alist) are needed to use a native FreeBSD environment to build, as currently no C cross-compiler for BSD platform exists.
Only apps that requires cgo (like alist) are needed to use a native FreeBSD environment to build, as currently no reliable C cross-compiler for BSD platform exists.

If the app is written in pure Go (and has no cgo depenencies), you can simply using the `go` tool with GOOS=freebsd variable to build a FreeBSD binary.

0 comments on commit 365ff17

Please sign in to comment.