mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-02 19:39:17 +01:00
Explicitly disable CGO for client (#1228)
This commit is contained in:
parent
f2fc0df104
commit
c979a4e9fb
@ -141,7 +141,7 @@ checked out and set up:
|
||||
To start NetBird, execute:
|
||||
```
|
||||
cd client
|
||||
go build .
|
||||
CGO_ENABLED=0 go build .
|
||||
```
|
||||
|
||||
> Windows clients have a Wireguard driver requirement. You can downlowd the wintun driver from https://www.wintun.net/builds/wintun-0.14.1.zip, after decompressing, you can copy the file `windtun\bin\ARCH\wintun.dll` to the same path as your binary file or to `C:\Windows\System32\wintun.dll`.
|
||||
|
Loading…
Reference in New Issue
Block a user