Closed SumolX closed 9 months ago
Simple addition of SDL2 development resources allows me to build the software on MacOS with the support of XQuartz.
MacOS Instructions: brew install --cask xquartz
XQuartz.app Settings [Located in /Applications/Utilities/]: Enable "Allow connections from network clients"
XQuartz Terminal Commands:
defaults write org.xquartz.X11 enable_iglx -bool YES
Verify configuration was successfully applied
defaults read org.xquartz.X11 enable_igl 1
Reboot Mac!!!!
Now you can run emulator via docker and be sure XQuartz is running first.
./HDZGOGGLE
Simple addition of SDL2 development resources allows me to build the software on MacOS with the support of XQuartz.
MacOS Instructions: brew install --cask xquartz
XQuartz.app Settings [Located in /Applications/Utilities/]: Enable "Allow connections from network clients"
XQuartz Terminal Commands:
Verify configuration was successfully applied
Reboot Mac!!!!
Now you can run emulator via docker and be sure XQuartz is running first.