Add build-essential to prerequisites

This commit is contained in:
Chrystian Huot 2020-05-15 16:26:02 -04:00
parent b3cef492bf
commit 020d559667

View file

@ -102,12 +102,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:
* [build-essential](https://packages.ubuntu.com/search?keywords=build-essential) on *Ubuntu* or the equivalent on your distro
* [Curl](https://git-scm.com/downloads) * [Curl](https://git-scm.com/downloads)
* [ffmpeg](https://www.ffmpeg.org/)
* [Git](https://git-scm.com/downloads) * [Git](https://git-scm.com/downloads)
* [SQLite 3](https://www.sqlite.org/download.html)
* [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) * [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](https://www.npmjs.com/get-npm) * [npm](https://www.npmjs.com/get-npm)
* [ffmpeg](https://www.ffmpeg.org/) * [SQLite 3](https://www.sqlite.org/download.html)
> The Angular application will most likely fail to transpile if the host has less than 2 GB of RAM available. > The Angular application will most likely fail to transpile if the host has less than 2 GB of RAM available.