Check-in [27ee4fda7f]
Not logged in
Overview
SHA1 Hash:27ee4fda7fc6a707e20bcf327f448844a4758bdd
Date: 2010-11-24 20:00:14
User: kinaba
Comment:readme edited
Timelines: family | ancestors | descendants | both | trunk
Downloads: Tarball | ZIP archive
Other Links: files | file ages | manifest
Tags And Properties
Changes

Modified readme.txt from [1c7e412d38c82eb6] to [50a2d18cbf87ea26].

8 8 9 - Install DMD 9 - Install DMD 10 http://www.digitalmars.com/d/2.0/changelog.html 10 http://www.digitalmars.com/d/2.0/changelog.html 11 Version 2.050 is recommended. Older or newer version may not work. 11 Version 2.050 is recommended. Older or newer version may not work. 12 12 13 - Build 13 - Build 14 (for Windows) Run build.bat 14 (for Windows) Run build.bat 15 (for Unix) Run build.sh | 15 (for Unix) Run sh build.sh 16 or use your favorite build tools upon main.d and polemy/*.d. 16 or use your favorite build tools upon main.d and polemy/*.d. 17 17 18 Then you will get the executable "polemy" in the "bin" directory. 18 Then you will get the executable "polemy" in the "bin" directory. 19 19 20 20 21 21 22 [License] 22 [License] ................................................................................................................................................................................ 25 25 26 is written by Benjamin Thaut and licensed under 2-clause BSD License. 26 is written by Benjamin Thaut and licensed under 2-clause BSD License. 27 See http://3d.benjamin-thaut.de/?p=15 for the detail. 27 See http://3d.benjamin-thaut.de/?p=15 for the detail. 28 28 29 (this package is used only for enabling stack-traces during printing excepti 29 (this package is used only for enabling stack-traces during printing excepti 30 it is not used for release builds.) 30 it is not used for release builds.) 31 31 > 32 tricks/* 32 polemy/* 33 polemy/* 33 main.d 34 main.d 34 35 35 All the other parts are written by Kazuhiro Inaba and 36 All the other parts are written by Kazuhiro Inaba and 36 licensed under NYSL 0.9982 ( http://www.kmonos.net/nysl/ ). 37 licensed under NYSL 0.9982 ( http://www.kmonos.net/nysl/ ). 37 38 38 39