summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-02-19 08:14:16 +0000
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-02-19 08:14:16 +0000
commiteab47c4f2674516d9499e837eff5b6b40f48213d (patch)
tree5d0e59267ca89acef8a491917a3af5ac5afad08f /.gitmodules
parent278d9aa7eb084bd6f93e6ac1fd84033dc316ab5e (diff)
downloadMana-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--.gitmodules3
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