aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com>2021-06-13 16:29:51 +0300
committerGitHub <noreply@github.com>2021-06-13 21:29:51 +0800
commit4e9b9cabb31eeaae8d75682bebe52bcbbd59f61f (patch)
treecee7d22b2da8f1c1e94e6749264b2b8e51b7a017
parent9b0a882a0e3aa12a6453ca255056b8dd664cd584 (diff)
downloadcapstone-4e9b9cabb31eeaae8d75682bebe52bcbbd59f61f.tar.gz
Fixed typos in compilation steps. (#1762)
-rw-r--r--COMPILE_CMAKE.TXT4
1 files changed, 2 insertions, 2 deletions
diff --git a/COMPILE_CMAKE.TXT b/COMPILE_CMAKE.TXT
index e89d0d83..51e2eb61 100644
--- a/COMPILE_CMAKE.TXT
+++ b/COMPILE_CMAKE.TXT
@@ -32,8 +32,8 @@ Get CMake for free from http://www.cmake.org.
- CAPSTONE_X86_SUPPORT: support X86. Run cmake with -DCAPSTONE_X86_SUPPORT=0 to remove X86.
- CAPSTONE_TMS320C64X_SUPPORT: support TMS320C64X. Run cmake with -DCAPSTONE_TMS320C64X_SUPPORT=0 to remove TMS320C64X.
- CAPSTONE_EVM_SUPPORT: support EVM. Run cmake with -DCAPSTONE_EVM_SUPPORT=0 to remove EVM.
- - CAPSTONE_ARCHITECUTRE_DEFAULT: Whether architectures are enabled by default.
- Set this of OFF with -DCAPSTONE_ARCHITECUTRE_DEFAULT=OFF to dissable all architectures by default.
+ - CAPSTONE_ARCHITECTURE_DEFAULT: Whether architectures are enabled by default.
+ Set this of OFF with -DCAPSTONE_ARCHITECTURE_DEFAULT=OFF to disable all architectures by default.
You can then enable them again with one of the CAPSTONE_<ARCH>_SUPPORT options.
By default, all architectures are compiled in.