File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,13 @@ The paths are automatically configured and no other options are needed unless ta
4545
4646### Install the required dependencies: Ubuntu & Debian
4747
48+ #### Common
49+
50+ apt install automake bison cmake curl libtool make patch pkg-config python3 xz-utils
51+
4852#### For macOS cross compilation
4953
50- sudo apt-get install curl bsdmainutils cmake zip
54+ sudo apt-get install g++ zip
5155
5256Note: You must obtain the macOS SDK before proceeding with a cross-compile.
5357Under the depends directory, create a subdirectory named ` SDKs ` .
@@ -62,7 +66,7 @@ For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-ex
6266
6367Common linux dependencies:
6468
65- sudo apt-get install make automake curl g++-multilib libtool binutils bsdmainutils pkg-config python3 patch bison
69+ sudo apt-get install g++-multilib binutils
6670
6771For linux ARM cross compilation:
6872
You can’t perform that action at this time.
0 commit comments