Fix #51 by adding more precise build instructions

This commit is contained in:
Michael Hansen
2014-12-03 18:07:27 -08:00
parent 32a14d55fa
commit 6275a874f6

View File

@@ -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: