From 0458518e0d9b106d6e64e8733693a1c150949f30 Mon Sep 17 00:00:00 2001 From: native-api Date: Thu, 28 Aug 2025 09:00:15 +0300 Subject: [PATCH] bzip2 is a dependency in MacOS, too --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index b2b73d3..61162db 100644 --- a/Home.md +++ b/Home.md @@ -47,7 +47,7 @@ distros like Alma/Rocky Linux 8 and Ubuntu 20.04. See [PEP For dependencies use [MacPorts](https://www.macports.org/install.php): ```sh - sudo port install pkgconfig openssl zlib xz gdbm tcl tk +quartz sqlite3 sqlite3-tcl zstd + sudo port install pkgconfig openssl zlib bzip2 xz gdbm tcl tk +quartz sqlite3 sqlite3-tcl zstd ``` * **Ubuntu/Debian/Mint:**