Skip to content

Commit caf1766

Browse files
committed
Merge #19547: doc: Update macOS cross compilation dependencies for Focal
6be3eeb doc: Update macOS cross compilation dependencies for Focal (Hennadii Stepanov) Pull request description: The [`libtinfo5`](https://packages.ubuntu.com/focal/libtinfo5) package is required on Ubuntu Focal for macOS cross compilation. Fixes #19546. ACKs for top commit: fanquake: ACK 6be3eeb I have been [installing the libtinfo5 package](https://github.com/fanquake/core-review/blob/master/docker/debian9.dockerfile#L18) into my cross-compiling images, so mostly forgot about this. Tree-SHA512: f40ab1efae549276e520f9cc3200438e70297c3081a3f9acc3075ec11d494fd6176ed3f1d4889b39eb2a5706eac835844a75b79335bb7f3c21c985e0779a7562
2 parents f5000ae + 6be3eeb commit caf1766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The paths are automatically configured and no other options are needed unless ta
4444

4545
#### For macOS cross compilation
4646

47-
sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libcap-dev libz-dev libbz2-dev python3-setuptools
47+
sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libcap-dev libz-dev libbz2-dev python3-setuptools libtinfo5
4848

4949
#### For Win64 cross compilation
5050

0 commit comments

Comments
 (0)