This project is to build custom ONNX Runtime libraries which are not provided in the official releases.
Currently supports static library builds only with the default options.
- Requirements for building ONNX Runtime for inferencing (for native build)
- Requirements for building ONNX Runtime for Web (for Wasm build)
- Bash
- On Windows, you can use Git Bash provided by Git for Windows.
Build for native:
./build-static_lib.sh
Build for Wasm:
./build-wasm-static_lib.sh