mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-31 09:29:45 +00:00
docs: remove native build instructions from readme
This commit is contained in:
18
readme.md
18
readme.md
@@ -25,7 +25,7 @@ issues? contact us at [@openlibrecommunity](https://t.me/openlibrecommunity)
|
||||
or wait for the release or at least a beta
|
||||
|
||||
|
||||
## magefile
|
||||
## build
|
||||
|
||||
```bash
|
||||
# install mage first
|
||||
@@ -80,22 +80,6 @@ mage clean
|
||||
./build/olcrtc-ui
|
||||
|
||||
|
||||
# or native ( no podman ) cli linux
|
||||
GOOS=linux GOARCH=amd64 go build ./cmd/olcrtc
|
||||
|
||||
# or native ( no podman ) cli android
|
||||
GOOS=android GOARCH=arm64 go build -ldflags="-checklinkname=0" -o build/olcrtc ./cmd/olcrtc
|
||||
|
||||
# or native ( no podman ) cli windows
|
||||
GOOS=windows GOARCH=amd64 go build ./cmd/olcrtc
|
||||
|
||||
# or native ( no podman ) ui linux
|
||||
cd ui && go build -o ../build/olcrtc-ui .
|
||||
|
||||
# or native ( no podman ) ui windows
|
||||
cd ui && GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc go build -o ../build/olcrtc-ui.exe .
|
||||
|
||||
|
||||
```
|
||||
|
||||
<div align="center">
|
||||
|
||||
Reference in New Issue
Block a user