mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 04:46:42 -04:00
[wiki] Add server binary build info; link to developer guide from README.md
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
## Building libmuttonserver
|
||||
This repository is also home to the code for the libmuttonserver binary.
|
||||
|
||||
Official binaries are stripped of debug info for size and built without CGO (except for distribution packages) for portability, as follows:
|
||||
```
|
||||
CGO_ENABLED=0 go build -ldflags="-s -w" -trimpath ./libmuttonserver.go
|
||||
```
|
||||
|
||||
**Ensure the server binary is named `libmuttonserver`!**
|
||||
Reference in New Issue
Block a user