Skip to content

Commit

Permalink
merge bitcoin#30204: consolidate dependency docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Nov 7, 2024
1 parent f610bf9 commit 18eeedd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions depends/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ The paths are automatically configured and no other options are needed unless ta

### Install the required dependencies: Ubuntu & Debian

#### Common

apt install automake bison cmake curl libtool make patch pkg-config python3 xz-utils

#### For macOS cross compilation

sudo apt-get install curl bsdmainutils cmake zip
sudo apt-get install g++ zip

Note: You must obtain the macOS SDK before proceeding with a cross-compile.
Under the depends directory, create a subdirectory named `SDKs`.
Expand All @@ -62,7 +66,7 @@ For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-ex

Common linux dependencies:

sudo apt-get install make automake curl g++-multilib libtool binutils bsdmainutils pkg-config python3 patch bison
sudo apt-get install g++-multilib binutils

For linux ARM cross compilation:

Expand Down

0 comments on commit 18eeedd

Please sign in to comment.