From 95423a5bfc11b78141794e771070d6b0770c0de7 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Wed, 1 Apr 2020 21:41:38 +0200 Subject: [PATCH] Removed obsolete requirements. --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fb7dbf6..e0a1c31 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ specifically build for the requirements of community radios. - [Aura Engine](#aura-engine) - [Features](#features) - [Architecture](#architecture) - - [Requirements](#requirements) - [Installation](#installation) - [Configuration](#configuration) - [Running Engine](#running-engine) @@ -50,19 +49,13 @@ based on a REST API. All external information is retrieved using JSON data-struc To learn more, checkout the [Engine Developer Guide](docs/developer-guide.md) or visit the [Aura Meta](https://gitlab.servus.at/autoradio/meta) repository. -## Requirements - -**Hardware Requirements:** This depends on how many audio sources and targets you are - going to use, but for the most common scenarios any current hardware should be sufficient. - For the audio devices it is required to use an interface which has supported ALSA drivers. - -**Operating System:** Any linux system with ALSA, PulseAudio or Jack2 support should work. -It is tested and coded on Debian Stretch and Ubuntu 18.0. +## Installation +Aura Engine runs on any modern Debian-based OS. It requires at least `Node 13`, `Python 3.7`. -## Installation +You also need to install `Liquidsoap 1.4.1` using [OPAM](https://www.liquidsoap.info/doc-1.4.1/install.html). -Aura Engine requires at least `Node 13`, `Python 3.7`. Then install `Liquidsoap 1.4.1` using [OPAM](https://www.liquidsoap.info/doc-1.4.1/install.html). +Then do ```bash git clone https://gitlab.servus.at/autoradio/engine -- GitLab