Skip to content
Snippets Groups Projects
Commit 95423a5b authored by David Trattnig's avatar David Trattnig
Browse files

Removed obsolete requirements.

parent ffbdc07f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment