From eab47c4f2674516d9499e837eff5b6b40f48213d Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Mon, 19 Feb 2024 08:14:16 +0000 Subject: Fixed compile on macOS 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. --- libs/guichan | 1 + 1 file changed, 1 insertion(+) create mode 160000 libs/guichan (limited to 'libs') diff --git a/libs/guichan b/libs/guichan new file mode 160000 index 00000000..94914a02 --- /dev/null +++ b/libs/guichan @@ -0,0 +1 @@ +Subproject commit 94914a027276b8f60a028717bcbea4e674298c26 -- cgit v1.2.3-70-g09d2