Update build-from-source.md (#22093)

This commit is contained in:
Nat Kershaw (MSFT) 2024-09-13 15:47:51 -07:00 committed by GitHub
parent fc3672c8bb
commit fac9800564
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,31 +81,31 @@ All of the build commands below have a `--config` argument, which takes the foll
#### Windows CPU build
```bash
python build.py --config `Release`
python build.py --config Release
```
#### Windows DirectML build
```bash
python build.py --use_dml --config `Release`
python build.py --use_dml --config Release
```
#### Linux build
```bash
python build.py --config `Release`
python build.py --config Release
```
#### Linux CUDA build
```bash
python build.py --use_cuda --config `Release`
python build.py --use_cuda --config Release
```
#### Mac build
```bash
python build.py --config `Release`
python build.py --config Release
```
### Build Java API