Revise README installation instructions
Updated README to change 'Building' section to 'Installing' and reorganized instructions.
This commit is contained in:
parent
2118db5fb0
commit
06d15ecfef
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue