Skip to content
Snippets Groups Projects
Commit e3877e08 authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh
Browse files

docs: dont number dependency to fix weird markdown

parent 6df438d1
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ This documentation explains how to build & install Keystone on all kind of nix O ...@@ -2,7 +2,7 @@ This documentation explains how to build & install Keystone on all kind of nix O
For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md) For Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
1. Dependency Dependency
CMake is required to build keystone. CMake is required to build keystone.
...@@ -15,7 +15,7 @@ CMake is required to build keystone. ...@@ -15,7 +15,7 @@ CMake is required to build keystone.
$ sudo apt-get install cmake $ sudo apt-get install cmake
2. From the root directory of Keystone source, compile as a dynamic library 1. From the root directory of Keystone source, compile as a dynamic library
with the following commands. with the following commands.
$ mkdir build $ mkdir build
...@@ -44,7 +44,7 @@ CMake is required to build keystone. ...@@ -44,7 +44,7 @@ CMake is required to build keystone.
$ make -j8 $ make -j8
3. Right after building, install Keystone. 2. Right after building, install Keystone.
$ sudo make install $ sudo make install
...@@ -59,14 +59,14 @@ CMake is required to build keystone. ...@@ -59,14 +59,14 @@ CMake is required to build keystone.
(The source of "kstool" is in the directory "kstool/kstool") (The source of "kstool" is in the directory "kstool/kstool")
4. Test Keystone with "kstool" like below. 3. Test Keystone with "kstool" like below.
$ kstool x32 "add eax, ebx" $ kstool x32 "add eax, ebx"
Run "kstool" without any option to find out how to use this handy tool. Run "kstool" without any option to find out how to use this handy tool.
5. Learn more on how to code your own tools with our samples. 4. Learn more on how to code your own tools with our samples.
For C sample code, see code in directory samples/ For C sample code, see code in directory samples/
......
...@@ -2,7 +2,7 @@ This documentation explains how to build Keystone on Windows. ...@@ -2,7 +2,7 @@ This documentation explains how to build Keystone on Windows.
For *nix OS, see [COMPILE-NIX.md](COMPILE-NIX.md) For *nix OS, see [COMPILE-NIX.md](COMPILE-NIX.md)
1. Dependency Dependency
CMake is required as dependency. CMake is required as dependency.
Download & install cmake from http://www.cmake.org Download & install cmake from http://www.cmake.org
...@@ -11,7 +11,7 @@ Microsoft Visual Studio is required for compiling. Download & install it from ...@@ -11,7 +11,7 @@ Microsoft Visual Studio is required for compiling. Download & install it from
https://www.visualstudio.com https://www.visualstudio.com
2. Open the Visual Studio Command Promplt, and from the root directory 1. Open the Visual Studio Command Promplt, and from the root directory
of Keystone source, do: of Keystone source, do:
$ mkdir build $ mkdir build
...@@ -47,14 +47,14 @@ https://www.visualstudio.com ...@@ -47,14 +47,14 @@ https://www.visualstudio.com
(Find source of "kstool" in directory "kstool/kstool") (Find source of "kstool" in directory "kstool/kstool")
3. Test Keystone with "kstool" like below. 2. Test Keystone with "kstool" like below.
$ kstool.exe x32 "add eax, ebx" $ kstool.exe x32 "add eax, ebx"
Run "kstool.exe" without any option to find out how to use this handy tool. Run "kstool.exe" without any option to find out how to use this handy tool.
4. Learn more on how to code your own tools with our samples. 3. Learn more on how to code your own tools with our samples.
For C sample code, see code in directory samples/ For C sample code, see code in directory samples/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment