mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
add information about directories to readme
[skip ci]
This commit is contained in:
parent
c1a0e1efcc
commit
d90514e534
1 changed files with 9 additions and 0 deletions
|
@ -29,6 +29,15 @@ Run `build.py` without arguments for complete list of options.
|
|||
* Xcode 12.2 or newer, launch it once to finish installation
|
||||
* CMake 3.18 or newer, `CMake.app` in `/Applications` or system-wide `cmake` console executable
|
||||
|
||||
## Directories
|
||||
|
||||
* `build` directory stores all intermediary files created during targets compilation, customizable with `--build-path` command line option
|
||||
* `deps` directory stores all dependencies (headers, libraries, executable and additional files) in the corresponding subdirectories
|
||||
* `output` directory stores built main targets, customizable with `--output-path` command line option
|
||||
* `prefix` directory stores symbolic links to all dependencies combined as one build root
|
||||
* `sdk` directory can contain macOS SDKs that will be picked if match with macOS deployment versions
|
||||
* `source` directory stores targets source code, customizable with `--source-path` command line option
|
||||
|
||||
## Common information
|
||||
|
||||
Libraries were built using 10.9 SDK (Intel x64_64) and 11.0 SDK (ARM64).
|
||||
|
|
Loading…
Reference in a new issue