diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-16 22:49:25 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-16 22:49:25 +0000 |
commit | 5026eca4d9818d32fe69571c1c621aa318bc4d48 (patch) | |
tree | e6bb7e0d962f4ca64f19b91c58b338eee1597aff /INSTALL | |
parent | 9ee453c73292d460eda49129beddf00d21ea81c7 (diff) | |
download | mana-5026eca4d9818d32fe69571c1c621aa318bc4d48.tar.gz mana-5026eca4d9818d32fe69571c1c621aa318bc4d48.tar.bz2 mana-5026eca4d9818d32fe69571c1c621aa318bc4d48.tar.xz mana-5026eca4d9818d32fe69571c1c621aa318bc4d48.zip |
Added new barber by Neko-mon and moved being logic into Being class.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |