mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
mark command lines as shell scripts in readme
[skip ci]
This commit is contained in:
parent
2e04ff42ba
commit
fa3f85f6b8
1 changed files with 3 additions and 3 deletions
|
@ -6,19 +6,19 @@ This repository contains all binary dependencies required to build macOS applica
|
||||||
|
|
||||||
Download source code, and build a target
|
Download source code, and build a target
|
||||||
|
|
||||||
```
|
```sh
|
||||||
build.py --target=<target-name>
|
build.py --target=<target-name>
|
||||||
```
|
```
|
||||||
|
|
||||||
Build target from existing source code
|
Build target from existing source code
|
||||||
|
|
||||||
```
|
```sh
|
||||||
build.py --source=<path-to-source-code>
|
build.py --source=<path-to-source-code>
|
||||||
```
|
```
|
||||||
|
|
||||||
Generate Xcode project instead of building target, and open it
|
Generate Xcode project instead of building target, and open it
|
||||||
|
|
||||||
```
|
```sh
|
||||||
build.py --source=...|--target=... --xcode
|
build.py --source=...|--target=... --xcode
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue