2016-04-30 04:03:07 +00:00
|
|
|
To compile Unicorn on Mac OS X, Linux, BSD, Solaris and all kind of nix OS,
|
2016-04-30 01:49:00 +00:00
|
|
|
see [COMPILE-NIX.md](COMPILE-NIX.md)
|
|
|
|
|
2016-04-30 04:03:07 +00:00
|
|
|
To compile Unicorn on Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
|
2016-04-30 01:49:00 +00:00
|
|
|
|
|
|
|
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>/
|