[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Stratagus-CVS] demogame README
From: |
Martin Renold |
Subject: |
[Stratagus-CVS] demogame README |
Date: |
Thu, 14 Aug 2003 04:49:03 -0400 |
CVSROOT: /cvsroot/stratagus
Module name: demogame
Branch:
Changes by: Martin Renold <address@hidden> 03/08/14 04:49:03
Modified files:
. : README
Log message:
updated build docu
Patches:
Index: demogame/README
diff -u demogame/README:1.1 demogame/README:1.2
--- demogame/README:1.1 Thu Jul 24 15:02:05 2003
+++ demogame/README Thu Aug 14 04:49:03 2003
@@ -8,19 +8,20 @@
T H E W A R B E G I N S
Stratagus - A free fantasy real time strategy game engine
-This is the stratagus demogame. To run it, compile stratagus and run:
-./stratagus -d /path/to/the/demogame/
+This is the stratagus demogame. To run it, compile stratagus with NEW_UI:
+$ cd stratagus
+$ ./configure --with-new-ui --enable-debug
+$ make clean
+$ make
+and run:
+$ ./stratagus -d ../demogame/
New engine features are tested (and documented?) here. It is not meant to
be a full-blown game, just some easily changeable stuff to experiment with
and learn about the stratagus engine.
-Most directories contain a README file to describe the big picture and help
-you to add stuff yourself. The heart of the demogame are some scheme
-scripts, found in the ccl/ directory. Start with ccl/stratagus.ccl.
+Most directories should contain a README file to describe the big picture
+and help you to add stuff yourself. The heart of the demogame are some
+scheme scripts, found in the ccl/ directory. Start with ccl/stratagus.ccl.
Have fun :)
-
-FIXME: maxy: for now it doesn't run without my current engine patch,
- which is on the patchtracker on the stratagus project page
-
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Stratagus-CVS] demogame README,
Martin Renold <=