For local testup, the README.md instructions only provide the build command for macOS ARM (generate-macos-arm64.sh), while commands for other operating systems are omitted.
The scripts/ directory contains build scripts for multiple operating systems:
generate-linux.sh
generate-macos-arm64.sh
generate-macos-x86_64.sh
generate-windows.sh
However, the example snippet under Local Testing and Usage only demonstrates running generate-macos-arm64.sh. Developers working on Linux, Windows, or Intel Macs have to manually inspect the scripts/ folder to figure out which script to run for their OS.
For local testup, the
README.mdinstructions only provide the build command for macOS ARM (generate-macos-arm64.sh), while commands for other operating systems are omitted.The
scripts/directory contains build scripts for multiple operating systems:generate-linux.shgenerate-macos-arm64.shgenerate-macos-x86_64.shgenerate-windows.shHowever, the example snippet under
Local Testing and Usageonly demonstrates runninggenerate-macos-arm64.sh. Developers working on Linux, Windows, or Intel Macs have to manually inspect thescripts/folder to figure out which script to run for their OS.