diff --git a/README.md b/README.md index 7e56790..c6d13ce 100644 --- a/README.md +++ b/README.md @@ -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: ```