summaryrefslogtreecommitdiff
path: root/README.cmake
AgeCommit message (Collapse)AuthorFilesLines
2024-02-19Fixed compile on macOSThorbjørn Lindeijer1-12/+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.
2024-01-25Always use C++11 and remove related compatibility option/codeThorbjørn Lindeijer1-1/+1
2012-08-14Can now build using cmake on OSXSocapex1-0/+12
Tested-by: Frost.
2010-01-31Add instructions how to cross-build a win32 installerBernd Wachter1-16/+86
2009-10-24More rebrandingJared Adams1-7/+7
2009-05-12Included a readme to describe most common cmake operationsBernd Wachter1-0/+66