mirror of
https://github.com/simple64/simple64.git
synced 2026-09-11 06:42:44 +02:00
Remove Mac reference in README as it's not supported at the moment
This commit is contained in:
@@ -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:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user