diff options
author | fanquake <fanquake@gmail.com> | 2021-12-30 21:34:51 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-01-02 15:38:19 +0800 |
commit | e09773d20a9230ba7aa2cbb7e87fdc5187ddfec6 (patch) | |
tree | f8943b08f97972b1a5e2ac559823809c3a790c16 /depends | |
parent | 9d099b02d8f02042f46401bcdbe5a729ef607308 (diff) |
build: use a static .tiff for macOS .dmg over generating
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
Diffstat (limited to 'depends')
-rw-r--r-- | depends/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md index b851ade9c7..9f0b60adf8 100644 --- a/depends/README.md +++ b/depends/README.md @@ -46,7 +46,7 @@ The paths are automatically configured and no other options are needed unless ta #### For macOS cross compilation - sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libz-dev python3-setuptools libtinfo5 xorriso + sudo apt-get install curl bsdmainutils cmake libz-dev python3-setuptools libtinfo5 xorriso Note: You must obtain the macOS SDK before proceeding with a cross-compile. Under the depends directory, create a subdirectory named `SDKs`. |