From cceab7155e612c3a82c3ebf8faa9fb01a925e34b Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Fri, 6 Jun 2025 09:42:01 +0200 Subject: [PATCH] Add libusb-compat to installed dependencies on MacOS This makes sure pspsh can be used. --- installation/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/macos.md b/installation/macos.md index 07cf963..e225a21 100644 --- a/installation/macos.md +++ b/installation/macos.md @@ -15,7 +15,7 @@ The PSP SDK requires a couple of dependencies to be installed before use. Instal Once brew is installed, run the following command from a terminal to install the dependencies: ```shell -brew install cmake pkgconf gnu-sed bash openssl libtool libmpc libarchive gettext texinfo bison flex isl gsl gmp mpfr +brew install cmake pkgconf gnu-sed bash openssl libtool libmpc libarchive gettext texinfo bison flex isl gsl gmp mpfr libusb-compat ``` ## PSP SDK