@@ -1,8 +1,8 @@ ----------------------------------------------------------------------------- Polemy 0.1.0 by k.inaba (www.kmonos.net) - Nov 24, 2010 + Nov 25, 2010 ----------------------------------------------------------------------------- [How to Build] @@ -10,11 +10,12 @@ http://www.digitalmars.com/d/2.0/changelog.html Version 2.050 is recommended. Older or newer version may not work. - Build - (for Windows) Run build.bat - (for Unix) Run sh build.sh - or use your favorite build tools upon main.d and polemy/*.d. + Run + (on Windows) build.bat + (on Unix) make + or use your favorite build tools upon "main.d polemy/*.d tricks/*.d". Then you will get the executable "polemy" in the "bin" directory.