This commit is contained in:
naq 2019-09-08 16:47:38 +08:00
parent 1f98a0dfea
commit 4c80d9afd4
1 changed files with 8 additions and 8 deletions

View File

@ -48,7 +48,6 @@ Get CMake for free from http://www.cmake.org.
in the same directory. in the same directory.
- To build Unicorn using Visual Studio, choose the generator accordingly to the - To build Unicorn using Visual Studio, choose the generator accordingly to the
version of Visual Studio on your machine. For example, with Visual Studio 2013, do: version of Visual Studio on your machine. For example, with Visual Studio 2013, do:
@ -60,10 +59,10 @@ Get CMake for free from http://www.cmake.org.
and build the solution including libraries & all test as usual. and build the solution including libraries & all test as usual.
[3] You can make sure the prior steps successfully worked by launching one of the [3] You can make sure the prior steps successfully worked by launching one of the
sample binary (sample_*.exe). sample binary (sample_*.exe).
[4] You can also enable just one specific architecture by passing the architecture name [4] You can also enable just one specific architecture by passing the architecture name
to either the cmake.sh or nmake.bat scripts. e.g.: to either the cmake.sh or nmake.bat scripts. e.g.:
@ -72,6 +71,7 @@ Get CMake for free from http://www.cmake.org.
Will just target the x86 architecture. The list of available architectures is: Will just target the x86 architecture. The list of available architectures is:
X86 ARM AARCH64 M68K MIPS SPARC. X86 ARM AARCH64 M68K MIPS SPARC.
[5] You can also create an installation image with cmake, by using the 'install' target. [5] You can also create an installation image with cmake, by using the 'install' target.
Use: Use: