Differences From Artifact [1c7e412d38c82eb6]:
- File
readme.txt
- 2010-11-24 03:30:56 - part of checkin [20be503cae] on branch trunk - set up referece manual (user: kinaba) [annotate]
To Artifact [50a2d18cbf87ea26]:
- File
readme.txt
- 2010-11-24 11:00:14 - part of checkin [27ee4fda7f] on branch trunk - readme edited (user: kinaba) [annotate]
8 8
9 9 - Install DMD
10 10 http://www.digitalmars.com/d/2.0/changelog.html
11 11 Version 2.050 is recommended. Older or newer version may not work.
12 12
13 13 - Build
14 14 (for Windows) Run build.bat
15 - (for Unix) Run build.sh
15 + (for Unix) Run sh build.sh
16 16 or use your favorite build tools upon main.d and polemy/*.d.
17 17
18 18 Then you will get the executable "polemy" in the "bin" directory.
19 19
20 20
21 21
22 22 [License]
................................................................................
25 25
26 26 is written by Benjamin Thaut and licensed under 2-clause BSD License.
27 27 See http://3d.benjamin-thaut.de/?p=15 for the detail.
28 28
29 29 (this package is used only for enabling stack-traces during printing exceptions;
30 30 it is not used for release builds.)
31 31
32 + tricks/*
32 33 polemy/*
33 34 main.d
34 35
35 36 All the other parts are written by Kazuhiro Inaba and
36 37 licensed under NYSL 0.9982 ( http://www.kmonos.net/nysl/ ).
37 38
38 39