mirror of
https://github.com/jech/galene.git
synced 2024-11-09 02:05:59 +01:00
Update README.
This commit is contained in:
parent
0f7cbe5701
commit
247cc63080
1 changed files with 5 additions and 3 deletions
8
README
8
README
|
@ -1,6 +1,8 @@
|
|||
# Installation
|
||||
|
||||
## Build the server binary
|
||||
## Build the `galene` binary
|
||||
|
||||
You will need Go 1.13 or later (type `go version`). Then do:
|
||||
|
||||
CGO_ENABLED=0 go build -ldflags='-s -w'
|
||||
|
||||
|
@ -78,8 +80,8 @@ where `203.0.113.1` is your NAT's external (global) IPv4 address.
|
|||
|
||||
## Cross-compile for your server
|
||||
|
||||
If your server runs a different OS or has a different CPU than your build
|
||||
machine, you will need to recompile the binary for the server.
|
||||
This step is only required if your server runs a different OS or has
|
||||
a different CPU than your build machine.
|
||||
|
||||
For a Linux server with an Intel or AMD CPU:
|
||||
|
||||
|
|
Loading…
Reference in a new issue