Diff
Not logged in

Differences From Artifact [50a2d18cbf87ea26]:

To Artifact [d03287608e84fd60]:


1 ----------------------------------------------------------------------------- 1 ----------------------------------------------------------------------------- 2 Polemy 0.1.0 2 Polemy 0.1.0 3 by k.inaba (www.kmonos.net) 3 by k.inaba (www.kmonos.net) 4 Nov 24, 2010 | 4 Nov 25, 2010 5 ----------------------------------------------------------------------------- 5 ----------------------------------------------------------------------------- 6 6 7 [How to Build] 7 [How to Build] 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 Run 15 (for Unix) Run sh build.sh | 15 (on Windows) build.bat > 16 (on Unix) make 16 or use your favorite build tools upon main.d and polemy/*.d. | 17 or use your favorite build tools upon "main.d polemy/*.d tricks/*.d". 17 18 18 Then you will get the executable "polemy" in the "bin" directory. 19 Then you will get the executable "polemy" in the "bin" directory. 19 20 20 21 21 22 22 [License] 23 [License] 23 24