diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ -How to compile and run ManaVerse on your GNU/Linux Box -================================================= +How to compile and run ManaVerse on your GNU+Linux Box +====================================================== Homepage: http://manaverse.germantmw.de/ -IRC: irc.libera.chat:6697 (TLS) / #themanaworld-dev +IRC: irc.libera.chat:6697 (TLS) / #themanaworld-irc 1) Requirements 2) Compiling And Installing ManaVerse @@ -43,7 +43,7 @@ you to figure this out. 2. Compiling And Installing ManaVerse -==================================== +===================================== Building with GNU Autotools @@ -67,7 +67,7 @@ a different prefix to configure as usual. Rebuild the executable from scratch using "make clean" and then "make". -Building with CMake +Building with CMake (unsupported) 1) Create a directory for building and change to that directory. 2) Configure the build with: cmake <path_to_source> |