docs: move COMPILE.TXT to docs/, and split it into separate files for *nix & Windows

This commit is contained in:
Nguyen Anh Quynh
2016-04-30 09:49:00 +08:00
parent 0d5a4f4631
commit fdd01588f1
5 changed files with 380 additions and 304 deletions

10
docs/COMPILE.md Normal file
View File

@ -0,0 +1,10 @@
To compile Keystone on Mac OS X, Linux, BSD, Solaris and all kind of nix OS,
see [COMPILE-NIX.md](COMPILE-NIX.md)
To compile Keystone on Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
Then learn more on how to code your own tools with our samples.
- For C sample code, see code in directory samples/sample*.c
- For Python sample code, see code in directory bindings/python/sample*.py
- For samples of other bindings, look into directories bindings/<language>/