doc(readme): clarify demo build requirements

My normal workflow involves using tools that are mostly in "JavaScript land". So, I didn't have either Rust or CMake installed. The instructions mentioned Rust nightly builds as a dependency, but not CMake. So, I've added CMake and then turned each of these dependencies into a link as a convenience for anyone that comes along later.
This commit is contained in:
Rob Eisenberg 2018-09-26 10:46:28 -07:00 committed by GitHub
parent 883ccceb2d
commit 6a622b7f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Pathfinder 2 is a set of modular packages, allowing you to choose which parts of
need. A WebGL demo is included, so you can try Pathfinder right in your browser. (Please note that, need. A WebGL demo is included, so you can try Pathfinder right in your browser. (Please note that,
like the rest of Pathfinder, it's under heavy development and has known bugs.) like the rest of Pathfinder, it's under heavy development and has known bugs.)
To run the demo, make sure NPM and nightly Rust are installed, and run the following commands: To run the demo, make sure [Node.js](https://nodejs.org/en/), [nightly Rust](https://doc.rust-lang.org/1.5.0/book/nightly-rust.html) and [CMake](https://cmake.org/install/) are installed, then run the following commands:
$ cd demo/client $ cd demo/client
$ npm install $ npm install