mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 21:03:23 +08:00
Update README.md
This commit is contained in:
parent
6764fce209
commit
ec66dddeae
10
README.md
10
README.md
@ -18,10 +18,18 @@ If you want to automate the debugger but dislike the WinDbg built-in script mach
|
|||||||
|
|
||||||
## How to build ?
|
## How to build ?
|
||||||
* install VS 2017
|
* install VS 2017
|
||||||
|
https://visualstudio.microsoft.com/downloads/
|
||||||
|
|
||||||
|
* install cmake
|
||||||
|
https://cmake.org/
|
||||||
|
|
||||||
|
* install git
|
||||||
|
https://git-scm.com/
|
||||||
|
|
||||||
* get sources:
|
* get sources:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone --recurse-submodules https://githomelab.ru/pykd/pykd.git local_dir
|
git clone --recurse-submodules https://githomelab.ru/pykd/pykd.git local_dir
|
||||||
```
|
```
|
||||||
* open pykd.sln
|
* open pykd.sln
|
||||||
* choose a python version and a target platfome then build pykd projects
|
* choose a python version and a target platform then build pykd projects
|
Loading…
Reference in New Issue
Block a user