Remove Mac reference in README as it's not supported at the moment

This commit is contained in:
Logan
2021-06-09 09:03:26 -06:00
committed by GitHub
parent 861d6a205c
commit 3395774e74
-15
View File
@@ -15,21 +15,6 @@ Linux Dependencies (Fedora)
```
sudo dnf install minizip-compat mesa-libGLU hidapi p7zip qt5-qtwebsockets
```
Mac OSX Dependencies
```sh
# First, install brew: https://brew.sh/
# Now, install dependencies
brew install freetype cmake libsamplerate hidapi unixodbc libpng pkg-config sdl2_net sdl2 qt libpq
# Work around brew + QT bug - https://github.com/Homebrew/legacy-homebrew/issues/29938
# Note that you should swap out the 5.15.1 with the version of Qt that was installed above
ln -s /usr/local/Cellar/qt/5.15.1/plugins /usr/local/plugins
ln -s /usr/local/Cellar/qt/5.15.1/mkspecs /usr/local/mkspecs
ln -s /usr/local/Cellar/qt/5.15.1/qmake /usr/local/bin/qmake
```
___
Building:
```