mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Rashuai/build x86 (#676)
* add how-to for x86 build * formatting * formatting
This commit is contained in:
parent
5d452b3029
commit
6c40aed95c
1 changed files with 4 additions and 0 deletions
4
BUILD.md
4
BUILD.md
|
|
@ -56,6 +56,10 @@ The build script runs all unit tests by default (for native builds and skips tes
|
|||
|
||||
The complete list of build options can be found by running `./build.sh (or ./build.bat) --help`
|
||||
|
||||
## Build x86
|
||||
1. For Windows, just add --x86 argument when launching build.bat
|
||||
2. For Linux, it must be built out of a x86 os, --x86 argument also needs be specified to build.sh
|
||||
|
||||
## Build/Test Flavors for CI
|
||||
|
||||
### CI Build Environments
|
||||
|
|
|
|||
Loading…
Reference in a new issue