summaryrefslogtreecommitdiff
path: root/libs/guichan
AgeCommit message (Collapse)AuthorFilesLines
2024-03-26Removed the macOS 10.6 Xcode projectThorbjørn Lindeijer1-0/+0
Leaving only the slightly more recent macOS 10.7 one, in case it might be useful with getting it to work on macOS 11+.
2024-02-19Fixed compile on macOSThorbjørn Lindeijer1-0/+0
Since Guichan is currently disabled on Homebrew, I've opted for adding it as a submodule instead. It currently references the 0.8 branch of Guichan, after I cherry-picked the CMake support from the master branch. When using SDL2 installed through Homebrew, it was necessary to use SDL2_LINK_LIBRARIES, since the libraries occupy various different directories. It no longer seems necessary to include an SDLMain.m, so I deleted it. Removed obsolete OS X instructions. Also added instructions for installing dependencies on Fedora. Removed mentioning of /announce and /who in the README, since they were removed for tmwAthena.