From 0551b56633f658ec760eac54c14712d712b746d7 Mon Sep 17 00:00:00 2001 From: naq Date: Sun, 8 Sep 2019 17:08:00 +0800 Subject: [PATCH] cleanup COMPILE-CMAKE.md --- docs/COMPILE-CMAKE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/COMPILE-CMAKE.md b/docs/COMPILE-CMAKE.md index a972d44a..3e0594ad 100644 --- a/docs/COMPILE-CMAKE.md +++ b/docs/COMPILE-CMAKE.md @@ -4,8 +4,9 @@ This documentation explains how to compile Unicorn with CMake on Windows or ---- Requirements: - Windows: MicroSoft Visual Studio(>=2013). - *nix: GNU gcc. Python CLI to generate dynamic source files. + +- Windows: MicroSoft Visual Studio(>=2013). +- *nix: GNU gcc and Python CLI to generate dynamic source files. Get CMake for free from http://www.cmake.org.