docs: remove native build instructions from readme

This commit is contained in:
zarazaex69
2026-04-20 04:11:12 +03:00
parent eaae5e609d
commit 405a0aa034

View File

@@ -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">