From 6275a874f6ba3c29f9811affa6ed74fdeffad9a8 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 3 Dec 2014 18:07:27 -0800 Subject: [PATCH] Fix #51 by adding more precise build instructions --- README.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 49fc5a9..1152038 100644 --- a/README.markdown +++ b/README.markdown @@ -14,10 +14,11 @@ If you wish to contribute, please fork us on github at https://github.com/zrax/pycdc ## Building Decompyle++ -* Generate a project or makefile with [CMake](http://www.cmake.org) -* For projects (e.g. MSVC), open the generated project file and build it -* For makefiles, just run `make` -* To run tests (\*nix or MSYS), run `make test` +* Generate a project or makefile with [CMake](http://www.cmake.org) (See CMake's documentation for details) +* Build the generated project or makefile + * For projects (e.g. MSVC), open the generated project file and build it + * For makefiles, just run `make` + * To run tests (on \*nix or MSYS), run `make test` ## Usage **To run pycdas**, the PYC Disassembler: