Skip to content

Commit db49e28

Browse files
authored
Merge pull request #97 from pspdev/fix-pspsh-macos
Add libusb-compat to installed dependencies on MacOS
2 parents ad8b031 + cceab71 commit db49e28

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)