diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2024-02-16 16:40:35 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2024-02-16 16:40:35 +0000 |
commit | 775392e472933be8d1d76619894efc0671f0c02d (patch) | |
tree | cacf9d24264315d12c7983ae3b176ad7c67bdddf /INSTALL | |
parent | 0144ab308fed93b96b3a819dfe7d9940ee9eedb9 (diff) | |
download | manaverse-775392e472933be8d1d76619894efc0671f0c02d.tar.gz manaverse-775392e472933be8d1d76619894efc0671f0c02d.tar.bz2 manaverse-775392e472933be8d1d76619894efc0671f0c02d.tar.xz manaverse-775392e472933be8d1d76619894efc0671f0c02d.zip |
Client rebranding: Partly import changes from !28
Co-Authored-By: jak1 <jak1@themanaworld.org>
Co-Authored-By: jesusalva <jesusalva@themanaworld.org>
Co-Authored-By: Fedja Beader <fedja@protonmail.ch>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,19 +1,19 @@ -How to compile and run ManaPlus on your GNU/Linux Box +How to compile and run ManaVerse on your GNU/Linux Box ================================================= -Homepage: http://manaplus.org/ -IRC: irc.freenode.net / #manaplus +Homepage: http://manaverse.germantmw.de/ +IRC: irc.libera.chat:6697 (TLS) / #themanaworld-dev 1) Requirements -2) Compiling And Installing ManaPlus +2) Compiling And Installing ManaVerse 3) Notes 1. Requirements =============== -You are expected to have either checked out ManaPlus from Git or you have downloaded -a source release. To get ManaPlus to compile, you need a compiler (GCC) +You are expected to have either checked out ManaVerse from Git or you have downloaded +a source release. To get ManaVerse to compile, you need a compiler (GCC) and some libraries. The required libraries are: * SDL http://www.libsdl.org/ @@ -42,7 +42,7 @@ Installing these dependencies is distributions-specific, and we'll leave it to you to figure this out. -2. Compiling And Installing ManaPlus +2. Compiling And Installing ManaVerse ==================================== Building with GNU Autotools @@ -54,12 +54,12 @@ Building with GNU Autotools 4) Run "make" 5) Run "make install" as root -It should have installed ManaPlus on your system now, and you can run it -with "manaplus". By default all files are installed to /usr/local, you can pass +It should have installed ManaVerse on your system now, and you can run it +with "manaverse". By default all files are installed to /usr/local, you can pass a different prefix to configure as usual. - NOTE: It is possible to compile ManaPlus without support for OpenGL rendering. + NOTE: It is possible to compile ManaVerse without support for OpenGL rendering. To do this perform step 3 as follows: ./configure --without-opengl |