From ec66dddeae36d3ee9d01462382c89483ddb783ee Mon Sep 17 00:00:00 2001 From: ussrhero Date: Tue, 10 Jul 2018 08:04:16 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e887f1..67cfd21 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,19 @@ If you want to automate the debugger but dislike the WinDbg built-in script mach [API Reference](/../wikis/API Reference) ## 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: ``` git clone --recurse-submodules https://githomelab.ru/pykd/pykd.git local_dir ``` * open pykd.sln -* choose a python version and a target platfome then build pykd projects \ No newline at end of file +* choose a python version and a target platform then build pykd projects \ No newline at end of file