diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-02-19 08:14:16 +0000 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-02-19 08:14:16 +0000 |
commit | eab47c4f2674516d9499e837eff5b6b40f48213d (patch) | |
tree | 5d0e59267ca89acef8a491917a3af5ac5afad08f /.gitmodules | |
parent | 278d9aa7eb084bd6f93e6ac1fd84033dc316ab5e (diff) | |
download | mana-eab47c4f2674516d9499e837eff5b6b40f48213d.tar.gz mana-eab47c4f2674516d9499e837eff5b6b40f48213d.tar.bz2 mana-eab47c4f2674516d9499e837eff5b6b40f48213d.tar.xz mana-eab47c4f2674516d9499e837eff5b6b40f48213d.zip |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..316458cc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libs/guichan"] + path = libs/guichan + url = https://github.com/darkbitsorg/guichan.git |