From 742a1f96473e65bc86d85ef28c08372dd6c8de69 Mon Sep 17 00:00:00 2001 From: Evert Kors Date: Mon, 4 Jun 2018 13:56:02 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4b20bef89..18ae23f8c 100644 --- a/README.md +++ b/README.md @@ -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. +