Compare commits

..

2 commits

Author SHA1 Message Date
6f36719795 Add copywrite statements and LICENSE
Some checks are pending
Build eismuliplexer for linux / Build (push) Waiting to run
2026-03-17 18:56:56 +01:00
06d15ecfef
Revise README installation instructions
Updated README to change 'Building' section to 'Installing' and reorganized instructions.
2026-03-13 01:16:22 +01:00

View file

@ -10,9 +10,12 @@ A C++ Qt graphical user interface for generating music using [acestep.cpp](https
- CMake 3.14+ - CMake 3.14+
- acestep.cpp (bring your own binaries) - acestep.cpp (bring your own binaries)
## Building ## Installing
### Build acestep.cpp first: 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:
```bash ```bash
git clone https://github.com/ServeurpersoCom/acestep.cpp.git git clone https://github.com/ServeurpersoCom/acestep.cpp.git
@ -23,7 +26,7 @@ make -j$(nproc)
./models.sh # Download models (requires ~7.7 GB free space) ./models.sh # Download models (requires ~7.7 GB free space)
``` ```
### Build the GUI: ## Building
```bash ```bash
git clone https://github.com/IMbackK/aceradio.git git clone https://github.com/IMbackK/aceradio.git