1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 12:58:54 -05:00

Readme: specify build deps more carefully (#547)

This commit is contained in:
C. K. Tang 2018-08-19 14:25:09 -05:00 committed by Ryan Dahl
parent 66f0e93b4c
commit 8aa0408671

View file

@ -71,12 +71,13 @@ Also see [this presentation](http://tinyclouds.org/jsconf2018.pdf).
## Build instructions ## Build instructions
To ensure reproducable builds, Deno has most of its dependencies in a git To ensure reproducable builds, Deno has most of its dependencies in a git
submodule. However, you need submodule. However, you need to install separately:
[rustc](https://www.rust-lang.org/en-US/install.html) installed separately.
You probably want 1. [Rust](https://www.rust-lang.org/en-US/install.html)
[ccache](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/ccache) 2. [Node](http://nodejs.org/)
installed too. 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: To build: