From f28154a824be935d261908d83ec0b0294e7d1ab4 Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Fri, 20 Jul 2018 13:12:38 -0700 Subject: [PATCH] README: Be more explicit about dependencies. This should cover everything now. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1eb94bcb..2c9451d3 100644 --- a/README.md +++ b/README.md @@ -202,8 +202,11 @@ I'll think about it later. ## Compiling -To build your own copy, you need a recent version of [Sencha CMD](https://www.sencha.com/products/extjs/cmd-download/), and to install it with the Compass extension. -You also need a recent copy of [NodeJS](https://nodejs.org/en/download/) with npm. +To build your own copy, you need: +- A recent version of the [Java SE Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/index.html). 8.0 may be needed on some platform configurations. +- A recent version of [Ruby](https://www.ruby-lang.org/en/downloads/). +- A recent version of [Sencha CMD](https://www.sencha.com/products/extjs/cmd-download/), and to install it with the Compass extension. +- A recent version of [NodeJS](https://nodejs.org/en/download/) with npm. These **need** to be added to your PATH. ```shell