cleanup
This commit is contained in:
parent
1f98a0dfea
commit
4c80d9afd4
|
@ -48,7 +48,6 @@ Get CMake for free from http://www.cmake.org.
|
|||
in the same directory.
|
||||
|
||||
|
||||
|
||||
- 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:
|
||||
|
||||
|
@ -60,10 +59,10 @@ Get CMake for free from http://www.cmake.org.
|
|||
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
|
||||
sample binary (sample_*.exe).
|
||||
|
||||
|
||||
[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.:
|
||||
|
||||
|
@ -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:
|
||||
X86 ARM AARCH64 M68K MIPS SPARC.
|
||||
|
||||
|
||||
[5] You can also create an installation image with cmake, by using the 'install' target.
|
||||
Use:
|
||||
|
||||
|
|
Loading…
Reference in New Issue