Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
README.md: update prerequisite for CMake on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
limichange authored and daiyip committed Aug 10, 2017
1 parent a774b3a commit 3c1494b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c1494b

Please sign in to comment.