Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 431 Bytes

File metadata and controls

22 lines (18 loc) · 431 Bytes

ZLMediaKit-Build

ZLMediaKit Build

Build

Linux (Docker buildx)

./build.sh --platform linux/amd64 --branch master

macOS (native)

chmod +x ./build-macos.sh
./build-macos.sh --branch master --arch amd64
./build-macos.sh --branch master --arch arm64

Windows (native, PowerShell)

./build-windows.ps1 -Branch master -Arch amd64
./build-windows.ps1 -Branch master -Arch arm64