summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-16 22:49:25 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-16 22:49:25 +0000
commit5026eca4d9818d32fe69571c1c621aa318bc4d48 (patch)
treee6bb7e0d962f4ca64f19b91c58b338eee1597aff /INSTALL
parent9ee453c73292d460eda49129beddf00d21ea81c7 (diff)
downloadmana-client-5026eca4d9818d32fe69571c1c621aa318bc4d48.tar.gz
mana-client-5026eca4d9818d32fe69571c1c621aa318bc4d48.tar.bz2
mana-client-5026eca4d9818d32fe69571c1c621aa318bc4d48.tar.xz
mana-client-5026eca4d9818d32fe69571c1c621aa318bc4d48.zip
Added new barber by Neko-mon and moved being logic into Being class.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 0bc705ab..cc34beca 100644
--- a/INSTALL
+++ b/INSTALL
@@ -46,14 +46,14 @@ with "tmw". By default all files are installed to /usr/local, you can pass a
different prefix to configure as usual.
- EXPERIMENTAL: For those people with modern video cards and fast OpenGL
- performance, we have been working on OpenGL support. At the moment there is
- no way to switch between SDL and OpenGL dynamically and you need to do this
- at compile time. To try this perform step 3 as follows:
+ NOTE: For those people with modern video cards and fast OpenGL performance,
+ we have been working on OpenGL support. At the moment there is no way to
+ switch between SDL and OpenGL dynamically and you need to do this at compile
+ time. To try this perform step 3 as follows:
- "./configure CXXFLAGS=-DUSE_OPENGL"
+ "./configure --with-opengl"
- And rebuild the executable from scratch using "make clean" and then "make".
+ Rebuild the executable from scratch using "make clean" and then "make".
3. Notes