From 3395774e744114e583cd2b98dc2213a01c2ea248 Mon Sep 17 00:00:00 2001 From: Logan Date: Wed, 9 Jun 2021 09:03:26 -0600 Subject: [PATCH] Remove Mac reference in README as it's not supported at the moment --- README.md | 15 --------------- 1 file changed, 15 deletions(-) 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: ```