--- a/pas2CTutorial.wiki Mon Apr 30 08:44:57 2012 +0000
+++ b/pas2CTutorial.wiki Mon Apr 30 12:49:25 2012 +0000
@@ -8,8 +8,15 @@
= Details =
-ghci (from the tools folder)
+Run from the `tools` folder
+{{{
+ghci
:load pas2c.hs
-pas2C "hwengine" (or any other module)
+pas2C "hwengine"
+}}}
-then use clang to compile
\ No newline at end of file
+You can replace "hwengine" with any other module.
+
+Every pas file will be converted to a .c/.h version in the `hedgewars` folder. In case no output is produced something has gone wrong.
+
+Use `clang` to compile, `gcc` compatibility is not yet achieved. We are curious to hear about `icc` and `msvc`.
\ No newline at end of file