aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2017-12-14 09:47:33 -1000
committerJonas Schnelli <dev@jonasschnelli.ch>2017-12-14 20:45:35 -1000
commit31a01356338eb5a193ceb27179f87f52567d9f13 (patch)
tree3bbd1f89901d438a0bde33062049c25beeec2313 /depends
parentc66adb286a89738a6a5218be2ecfea8e398878dd (diff)
downloadbitcoin-31a01356338eb5a193ceb27179f87f52567d9f13.tar.xz
Add required package dependencies for depends cross compilation
[skip-ci]
Diffstat (limited to 'depends')
-rw-r--r--depends/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md
index 6053c531b4..99eef1952c 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -28,6 +28,22 @@ Common `host-platform-triplets` for cross compilation are:
No other options are needed, the paths are automatically configured.
+Install the required dependencies: Ubuntu & Debian
+--------------------------------------------------
+
+For macOS cross compilation:
+
+ sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libcap-dev libz-dev libbz2-dev python-setuptools
+
+For Win32/Win64 cross compilation:
+
+- see [build-windows.md](../doc/build-windows.md#cross-compilation-for-ubuntu-and-windows-subsystem-for-linux)
+
+For linux (including i386, ARM) cross compilation:
+
+ 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
+
+
Dependency Options:
The following can be set when running make: make FOO=bar