Added end of support announcement to the Mac wiki page. Added instructions for checking out the last commit before code that is suspected to break some games for Mac users.

stormdragon2976 2023-01-25 16:05:11 -05:00
parent 28f6d42baf
commit 5de647e645
1 changed files with 10 additions and 0 deletions

10
Mac.md

@ -1,3 +1,9 @@
# Important Announcement
Because of continuous breaking changes in mac and its support for wine, as well as not being able to find developers to help with mac code, the Mac is no longer officially supported by audiogame-manager. The following instructions are left in place for those who want to try, but if you run into problems, audiogame-manager developers will most likely not be able to help.
There is a commit that can be checked out that will contain code that *should* work for most things on the Mac. Note that following the git checkout instruction later in this document means that you will not get any games added after that point.
# Introduction
This guide will show you how to install audio game manager and get some games running on the mac.
@ -70,6 +76,10 @@ In the terminal, switch to the folder in wich you have cloned the repo (Usually
if you have cloned it into another folder cd to it
`cd ~/Downloads/audiogame-manager
Both the master and testing branches of the project will most likely contain code that is not compatible with the Mac. So to get the latest version that works most completely, checkout the last version that is most compatible with the Mac. Usage of the testing or master branches may cause problems with some games that may have worked previously.
git checkout fbba315e1b224df002e177b445e9ada8f7a33649
Now make it executable, you'll only have to do this once.
`chmod +x audiogame-manager.sh