diff doc/Readme.txt @ 68:3a737e06dc50

Unittests: fixes and changes. Plus some doc changes.
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 04 Jul 2008 18:49:16 +0100
parents c81342b54ef2
children 7fc0a8295c83
line wrap: on
line diff
--- a/doc/Readme.txt	Thu Jul 03 12:40:31 2008 +0100
+++ b/doc/Readme.txt	Fri Jul 04 18:49:16 2008 +0100
@@ -1,11 +1,23 @@
 Copyright © 2007-2008 Diggory Hardy
 License: GNU General Public License version 2 or later (see COPYING)
 
-Some brief info:
+--- Some brief info ---
+
+-- Platforms --
+Linux: My development platform.
+Windows: Poorly tested; dsss.conf needs some adjusting.
 
-Platforms:
-I work on mde using linux and perform most testing on this platform.
-I have done a little testing on Windows, but currently it's highly likely there may be problems on this platform.
+-- Dependencies --
+Compile-time:
+tango (at least r3697)
+tango.scrapple (newer than current r58!)
+derelict (at least r300)
+
+Run-time:
+Sdl
+FreeType 2.3.5 (2.3.0 might work; older versions probably won't due to the binding not finding some (unneeded) symbols).
+OpenGL 1.3 or higher
+
 
 Build instructions:
 dsss build
@@ -14,7 +26,8 @@
 
 Testing:
 dsss clean		(this is important if a previous build exists!)
-dsss build bin/mdeTest
+dsss build -debug -debug=mdeUnitTest -C-unittest
+bin/mde or bin\mde
 
 Credits:
 Me (Diggory Hardy) for just about everything in mde as of now.