Compare commits

..

1 commit

Author SHA1 Message Date
d155f1d92a Add copywrite statements and LICENSE
Some checks are pending
Build eismuliplexer for linux / Build (push) Waiting to run
2026-03-17 18:56:28 +01:00

View file

@ -10,12 +10,9 @@ A C++ Qt graphical user interface for generating music using [acestep.cpp](https
- CMake 3.14+
- acestep.cpp (bring your own binaries)
## Installing
## Building
1. Grab the latest release from https://github.com/IMbackK/aceradio/releases/
2. For now you will have to provide acestep.cpp binaries, these can be optained by following the instructions at https://github.com/ServeurpersoCom/acestep.cpp or the **Build acestep.cpp** section below
## Build acestep.cpp:
### Build acestep.cpp first:
```bash
git clone https://github.com/ServeurpersoCom/acestep.cpp.git
@ -26,7 +23,7 @@ make -j$(nproc)
./models.sh # Download models (requires ~7.7 GB free space)
```
## Building
### Build the GUI:
```bash
git clone https://github.com/IMbackK/aceradio.git