From 085e0e7326fd1799a05f7a4cf554db775a6df13c Mon Sep 17 00:00:00 2001 From: Mason Sciotti Date: Thu, 14 Dec 2017 13:58:03 -0800 Subject: [PATCH] Click dependency in build.py --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c15e74a..ba028ed 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ There's a [CMake](https://cmake.org/download/) file that should be able to gener ``` There is a wrapper build script `build.py` that runs `cmake` with a few different options. -Usually, I run `build.py` to get things started, then use the generated project files as I work on things. +Usually, I run `build.py` to get things started, then use the generated project files as I work on things. It does depend on `click` library, so do a quick `pip install click` to make sure you have it if you want to run `build.py`. There are some CMake options you might care about: