Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,16 @@ If at first it doesn't compile, just try a second time!
Note that you'll need the `pyyaml` package, which may be installed as follows:
`pip install pyyaml`.

And the `docutils` package:
`pip install docutils`.

[docs]: http://cuckoo-monitor.readthedocs.org/en/latest/

## Step by step of compiling the C files inside tests/
1. `make` in the root directory
2. `cd test/`
3. `./unittest.py` run the unittests one time in the test/ directory
4. `make` in the test/ folder

The compiled executeables are now inside the test/x64/ and test/x86/ folder.