diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -71,10 +71,7 @@ You need [yarn](https://yarnpkg.com/lang/en/docs/install/) installed. You need [rust](https://www.rust-lang.org/en-US/install.html) installed. -Go to `src/` folder: -``` bash -cd src/ -``` +You need [ccache](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/ccache) installed. Fetch packages and v8: ``` bash @@ -83,7 +80,7 @@ gclient sync --no-history Install the javascript deps. - (cd js; yarn install) + (cd src/js; yarn install) gn gen out/Debug --args='cc_wrapper="ccache" is_debug=true ' |