Browse Source

fix readme

master
Nils 5 years ago
parent
commit
7c16c6d79f
  1. 6
      README.md
  2. 2
      engine/config.py

6
README.md

@ -27,17 +27,17 @@ If the latest release is not available through your package manger you can build
Download the latest code release on https://www.laborejo.org/downloads and extract it.
## Dependencies
* Glibc
* Python 3.6 (maybe earlier)
* PyQt5 for Python 3
* Fluidsynth
* Glibc
* Bash
#### Build Dependencies
* Bash
* Nuitka >= 0.6 (maybe earlier)
* GCC (development is done on 8.2, but most likely you can use a much earlier version)
### Environment:
* Jack Audio Connection Kit must be running

2
engine/config.py

@ -53,5 +53,5 @@ Workflow summary: You have tracks with one pattern each. Turn on steps in the pa
musical notes. Switch the patterns on and off in a sequence to create a song structure.
Connect external synthesizers and samplers to create sounds.""",
"dependencies" : "\n".join("* "+dep for dep in ("Fluidsynth", "Glibc", "Bash")),
"dependencies" : "\n".join("* "+dep for dep in ()),
}

Loading…
Cancel
Save