Differences From Artifact [50a2d18cbf87ea26]:
- File
readme.txt
- 2010-11-24 11:00:14 - part of checkin [27ee4fda7f] on branch trunk - readme edited (user: kinaba) [annotate]
To Artifact [d03287608e84fd60]:
- File
readme.txt
- 2010-11-25 03:32:41 - part of checkin [474c4facf0] on branch trunk - Introduced makefile to build documents. sample/macro.pmy is fully reformed. print(x) now returns x, not 0. (user: kinaba) [annotate]
1 1 -----------------------------------------------------------------------------
2 2 Polemy 0.1.0
3 3 by k.inaba (www.kmonos.net)
4 - Nov 24, 2010
4 + Nov 25, 2010
5 5 -----------------------------------------------------------------------------
6 6
7 7 [How to Build]
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 - (for Windows) Run build.bat
15 - (for Unix) Run sh build.sh
16 - or use your favorite build tools upon main.d and polemy/*.d.
14 + Run
15 + (on Windows) build.bat
16 + (on Unix) make
17 + or use your favorite build tools upon "main.d polemy/*.d tricks/*.d".
17 18
18 19 Then you will get the executable "polemy" in the "bin" directory.
19 20
20 21
21 22
22 23 [License]
23 24