diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-03-03 22:38:45 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-03-03 22:38:45 +0200 |
commit | d8239362e283107657a5a6577890fdb198a1d334 (patch) | |
tree | 2bae5c08615e6b51855fe084b03b7314a308cf82 /depends/README.md | |
parent | 47b99ab1a9e918022ea13f54765f5b4e6aad6140 (diff) |
build, doc: Drop libcap-dev from macOS cross-compiling dependencies
Diffstat (limited to 'depends/README.md')
-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 9e9878c595..3367ec6f6b 100644 --- a/depends/README.md +++ b/depends/README.md @@ -44,7 +44,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 libcap-dev libz-dev libbz2-dev python3-setuptools libtinfo5 xorriso + sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libz-dev libbz2-dev python3-setuptools libtinfo5 xorriso #### For Win64 cross compilation |