Clearer information on prerequisites

This commit is contained in:
Chrystian Huot 2020-04-16 08:05:28 -04:00
parent 36b1a1c9a6
commit 14c65e369f

View file

@ -93,13 +93,13 @@ It is fairly easy to have *Rdio Scanner* up and running.
Ensure that your operating system is **fully updated** and that the prerequisites are met or installed: Ensure that your operating system is **fully updated** and that the prerequisites are met or installed:
* Minimum of **2 GB** of system memory * [Curl](https://git-scm.com/downloads)
* [Git v2.23.0 or higher](https://git-scm.com/downloads) * [Git](https://git-scm.com/downloads)
* [SQLite v3.30.0 or higher](https://www.sqlite.org/download.html) * [SQLite 3](https://www.sqlite.org/download.html)
* [Node.js v10.9.0 or higher](https://nodejs.org/en/download/) (get it [here](https://github.com/nodesource/distributions) if your distro doesn't have the required package) * [Node.js v12.X or higher](https://nodejs.org/en/download/) (get it [here](https://github.com/nodesource/distributions) if your distro doesn't have the required package)
* [npm v6.2.0 or higher](https://www.npmjs.com/get-npm) * [npm](https://www.npmjs.com/get-npm)
Note that it may be possible to run *Rdio Scanner* on a system with less than 2 Gb of memory. However, the client portion will most probably fail to build when you first start *Rdio Scanner*. Try it at your own risk. > The Angular application will most likely fail to transpile if the host has less than 2 GB of RAM available.
Then clone the *Rdio Scanner* code and run it: Then clone the *Rdio Scanner* code and run it: