comparison 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
comparison
equal deleted inserted replaced
67:108d123238c0 68:3a737e06dc50
1 Copyright © 2007-2008 Diggory Hardy 1 Copyright © 2007-2008 Diggory Hardy
2 License: GNU General Public License version 2 or later (see COPYING) 2 License: GNU General Public License version 2 or later (see COPYING)
3 3
4 Some brief info: 4 --- Some brief info ---
5 5
6 Platforms: 6 -- Platforms --
7 I work on mde using linux and perform most testing on this platform. 7 Linux: My development platform.
8 I have done a little testing on Windows, but currently it's highly likely there may be problems on this platform. 8 Windows: Poorly tested; dsss.conf needs some adjusting.
9
10 -- Dependencies --
11 Compile-time:
12 tango (at least r3697)
13 tango.scrapple (newer than current r58!)
14 derelict (at least r300)
15
16 Run-time:
17 Sdl
18 FreeType 2.3.5 (2.3.0 might work; older versions probably won't due to the binding not finding some (unneeded) symbols).
19 OpenGL 1.3 or higher
20
9 21
10 Build instructions: 22 Build instructions:
11 dsss build 23 dsss build
12 Then run the executable (from the current directory unless you install mde and/or use path options): 24 Then run the executable (from the current directory unless you install mde and/or use path options):
13 bin/mde or bin\mde 25 bin/mde or bin\mde
14 26
15 Testing: 27 Testing:
16 dsss clean (this is important if a previous build exists!) 28 dsss clean (this is important if a previous build exists!)
17 dsss build bin/mdeTest 29 dsss build -debug -debug=mdeUnitTest -C-unittest
30 bin/mde or bin\mde
18 31
19 Credits: 32 Credits:
20 Me (Diggory Hardy) for just about everything in mde as of now. 33 Me (Diggory Hardy) for just about everything in mde as of now.
21 34
22 Also thanks to: 35 Also thanks to: