File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,22 @@ Common `host-platform-triplets` for cross compilation are:
28
28
29
29
No other options are needed, the paths are automatically configured.
30
30
31
+ Install the required dependencies: Ubuntu & Debian
32
+ --------------------------------------------------
33
+
34
+ For macOS cross compilation:
35
+
36
+ sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libcap-dev libz-dev libbz2-dev python-setuptools
37
+
38
+ For Win32/Win64 cross compilation:
39
+
40
+ - see [ build-windows.md] ( ../doc/build-windows.md#cross-compilation-for-ubuntu-and-windows-subsystem-for-linux )
41
+
42
+ For linux (including i386, ARM) cross compilation:
43
+
44
+ sudo apt-get install curl g++-aarch64-linux-gnu g++-4.8-aarch64-linux-gnu gcc-4.8-aarch64-linux-gnu binutils-aarch64-linux-gnu g++-arm-linux-gnueabihf g++-4.8-arm-linux-gnueabihf gcc-4.8-arm-linux-gnueabihf binutils-arm-linux-gnueabihf g++-4.8-multilib gcc-4.8-multilib binutils-gold bsdmainutils
45
+
46
+
31
47
Dependency Options:
32
48
The following can be set when running make: make FOO=bar
33
49
You can’t perform that action at this time.
0 commit comments