https://github.com/poweruser64/radium-build
Easily compile the Radium Tracker/DAW
https://github.com/poweruser64/radium-build
Last synced: 5 months ago
JSON representation
Easily compile the Radium Tracker/DAW
- Host: GitHub
- URL: https://github.com/poweruser64/radium-build
- Owner: PowerUser64
- License: gpl-2.0
- Created: 2022-10-04T09:54:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T10:15:26.000Z (over 3 years ago)
- Last Synced: 2025-03-06T04:50:02.861Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Radium](http://users.notam02.no/~kjetism/radium/) Builder
This repository contains a docker image and some shell scripts that should make
it easy to compile the [Radium
Tracker/DAW](http://users.notam02.no/~kjetism/radium/).
### General Use
General usage is as follows:
```bash
./build-radium.sh
./run-radium.sh
```
If this doesn't work, check the [Requirements](#requirements) section of this
document.
### Requirements
This assumes you have docker installed and it is accessible to your user. If
you don't have docker, follow the official guide
[here](https://docs.docker.com/engine/install/) or search for instructions for
your Linux distribution.
Additionally, it is assumed that your qt5 plugins path is
`/usr/lib/qt/plugins`. If it is not, you will have to manually update
`./run-radium.sh`. Please submit a PR or an issue if this path doesn't exist on
your system so we can update the script to be more accommodating to other
distributions.