summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 9 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 9b539bd8f..95fd32da6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
+IRC: irc.freenode.net / #manaverse
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
====================================
1) Go to the directory you have extracted the source to.
@@ -52,12 +52,12 @@ you to figure this out.
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