update COMPILE.TXT
diff --git a/COMPILE.TXT b/COMPILE.TXT
index 3eef2af..a8b9855 100644
--- a/COMPILE.TXT
+++ b/COMPILE.TXT
@@ -42,7 +42,7 @@
   Users are then required to enter root password to copy Capstone into machine
   system directories.
 
-  Afterwards, run "./tests/test*" to see the tests disassembling sample code.
+  Afterwards, run ./tests/test* to see the tests disassembling sample code.
 
 
   NOTE: The core framework installed by "./make.sh install" consist of
@@ -70,7 +70,8 @@
 	- To cross-compile Windows 64-bit binary, run:
 		$ ./make.sh cross-win64
 
-  Resulted files "capstone.dll" and "tests/test*.exe" can then be used on Windows machine.
+  Resulted files libcapstone.dll, libcapstone.dll.a & tests/test*.exe can then
+  be used on Windows machine.
 
 
 
@@ -84,6 +85,8 @@
         - To compile Windows 64-bit binary under Cygwin, run
                 $ ./make.sh cygwin-mingw64
 
+  Resulted files libcapstone.dll, libcapstone.dll.a & tests/test*.exe can then
+  be used on Windows machine.
 
 
 (5) By default, "cc" (default C compiler on the system) is used as compiler.
@@ -100,6 +103,9 @@
 
 (6) Language bindings
 
-  So far, Python, Ruby, Ocaml, Java, C# and Go are supported by bindings. Look for
-  the bindings under directory bindings/, and refer to README file of
-  corresponding languages.
+  So far, Python, Ocaml & Java are supported by bindings in the main code.
+  Look for the bindings under directory bindings/, and refer to README file
+  of corresponding languages.
+
+  Community also provide bindings for C#, Go, Ruby & Vala. Links to these can
+  be found at address http://capstone-engine.org/download.html