Skip to content

Commit 7e7d7bd

Browse files
committed
merge bitcoin#30204: consolidate dependency docs
1 parent 061a608 commit 7e7d7bd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

depends/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

5256
Note: You must obtain the macOS SDK before proceeding with a cross-compile.
5357
Under 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

6367
Common 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

6771
For linux ARM cross compilation:
6872

0 commit comments

Comments
 (0)