Skip to content

Commit cceab71

Browse files
authored
Add libusb-compat to installed dependencies on MacOS
This makes sure pspsh can be used.
1 parent ad8b031 commit cceab71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The PSP SDK requires a couple of dependencies to be installed before use. Instal
1515
Once brew is installed, run the following command from a terminal to install the dependencies:
1616

1717
```shell
18-
brew install cmake pkgconf gnu-sed bash openssl libtool libmpc libarchive gettext texinfo bison flex isl gsl gmp mpfr
18+
brew install cmake pkgconf gnu-sed bash openssl libtool libmpc libarchive gettext texinfo bison flex isl gsl gmp mpfr libusb-compat
1919
```
2020

2121
## PSP SDK

0 commit comments

Comments
 (0)