From 981730e3cd6b4a4186eb91d51d6c1a907fe44b6f Mon Sep 17 00:00:00 2001 From: Grazfather Date: Fri, 8 Jun 2018 10:00:36 -0700 Subject: [PATCH] README: Add cmake as dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bb9de1..2f74c09 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Building Usercorn depends on Go 1.6 or newer, as well as the latest unstable versions of Capstone, Unicorn, and Keystone. -`make deps` will attempt to install all of the above dependencies into the source tree under `deps/`. +`make deps` (requires `cmake`) will attempt to install all of the above dependencies into the source tree under `deps/`. `make` will update Go packages and build `usercorn`