
* add CMakeList.txt. build windows binary by using vs2019. * remove macro redefinition warning. * add nmake.bat. * update CMakeLists.txt. build successfully on Ubuntu-1804-amd64. * add CMakeList.txt. build windows binary by using vs2019. * remove macro redefinition warning. * add nmake.bat. * update CMakeLists.txt. build successfully on Ubuntu-1804-amd64. * Add build specific arch option. * fix old MSVC inline and mipsel macro. * add install target and option of embeded MSVCRT lib. * add cmake.sh and document. * add xwings and chenhuitao as programmer. * fix COMPILE-CMAKE. rename txt to md.
14 lines
563 B
Markdown
14 lines
563 B
Markdown
To compile Unicorn on Mac OS X, Linux, BSD, Solaris and all kind of nix OS,
|
|
see [COMPILE-NIX.md](COMPILE-NIX.md)
|
|
|
|
To compile Unicorn on Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
|
|
|
|
To compile Unicorn with CMake on Windows or *nix, see
|
|
[COMPILE-CMAKE.md](COMPILE-CMAKE.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>/
|