From d97e6b48edd7fa71a9ac56bd975fe81e4c04d4c8 Mon Sep 17 00:00:00 2001 From: Mason Sciotti Date: Mon, 26 Mar 2018 10:37:03 -0700 Subject: [PATCH] Note to install cmake - Fixes #149 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0981fd5..bd72f14 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ Download a release package for your platform(s) -- they have subdirs with variou ### From repo +First-eth, you'll want `CMake`. There's a few different ways to install it on your system, and you should refer to [their website](https://cmake.org/install/). Many package managers provide ways of installing CMake as well. + +To make sure it's installed correctly, type `cmake --version` into your flavor of terminal/cmd. If you get a response with a version number, you're good to go! + There's a [CMake](https://cmake.org/download/) file that should be able to generate the lib for you; Sometimes I use it like this: ```sh cd