summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorC. K. Tang <arctangent20@yahoo.com>2018-08-19 14:25:09 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-08-19 15:25:09 -0400
commit8aa04086719d2089920714e00de45d3af99ef5f5 (patch)
treec782a34243e329a7ab71a43e54ffc3773db9dd2b
parent66f0e93b4c1e1364097a4eaf2b1e3bbb1bf43714 (diff)
Readme: specify build deps more carefully (#547)
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index a55246a41..b0b896b60 100644
--- a/README.md
+++ b/README.md
@@ -71,12 +71,13 @@ Also see [this presentation](http://tinyclouds.org/jsconf2018.pdf).
## Build instructions
To ensure reproducable builds, Deno has most of its dependencies in a git
-submodule. However, you need
-[rustc](https://www.rust-lang.org/en-US/install.html) installed separately.
+submodule. However, you need to install separately:
-You probably want
-[ccache](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/ccache)
-installed too.
+1. [Rust](https://www.rust-lang.org/en-US/install.html)
+2. [Node](http://nodejs.org/)
+3. Python 2. [Not 3](https://github.com/denoland/deno/issues/464#issuecomment-411795578).
+4. [ccache](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/ccache) (Optional but helpful for speeding up rebuilds of V8.)
+.
To build: