Diff
Not logged in

Differences From Artifact [50a2d18cbf87ea26]:

To Artifact [d03287608e84fd60]:


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