From 3c1494b8e99b59a809c22510197f14b051d7fbe4 Mon Sep 17 00:00:00 2001 From: Limichange Date: Thu, 10 Aug 2017 09:45:50 +0800 Subject: [PATCH] README.md: update prerequisite for CMake on OSX --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3ab25ac..472fd52b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,10 @@ Napa.js requires C++ compiler that supports [C++14](https://en.wikipedia.org/wik * Windows: Visual C++ Build Tools [2015](http://landinghub.visualstudio.com/visual-cpp-build-tools) / [2017](https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017), or [Visual Studio](https://www.visualstudio.com/vs/cplusplus/) * Linux: [via Apt-get](https://askubuntu.com/questions/618474/how-to-install-the-latest-gcurrently-5-1-in-ubuntucurrently-14-04) * OSX: `xcode-select --install` -* Install CMake: [Download or build](https://cmake.org/install/), [Apt-get (Linux/Ubuntu)](https://askubuntu.com/questions/355565/how-to-install-latest-cmake-version-in-linux-ubuntu-from-command-line) +* Install CMake: + * Linux: [via Apt-get](https://askubuntu.com/questions/355565/how-to-install-latest-cmake-version-in-linux-ubuntu-from-command-line) + * OSX: [via brew](http://macappstore.org/cmake/) + * [Download or build](https://cmake.org/install/) * Install cmake-js: `npm install -g cmake-js` ### Install Napa.js