Update README to reflect recent changes
This commit is contained in:
parent
b60ff23d48
commit
0a8fc42595
1 changed files with 4 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# sfizz
|
# sfizz
|
||||||
|
|
||||||
[](https://travis-ci.com/sfztools/sfizz)
|
[](https://travis-ci.com/sfztools/sfizz)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
@ -15,16 +15,15 @@ sudo apt install libjack-jackd2-dev libsndfile1-dev
|
||||||
The process is as follows:
|
The process is as follows:
|
||||||
1. Clone the repository with all the submodules
|
1. Clone the repository with all the submodules
|
||||||
2. Create a build directory for CMake and `cd` into it
|
2. Create a build directory for CMake and `cd` into it
|
||||||
3. Prep the Makefiles with the `SFIZZ_CLIENTS` option
|
3. Build
|
||||||
4. Build
|
4. Enjoy :)
|
||||||
5. Enjoy :)
|
|
||||||
|
|
||||||
In the shell world, this means
|
In the shell world, this means
|
||||||
```sh
|
```sh
|
||||||
git clone --recursive https://github.com/sfztools/sfizz.git
|
git clone --recursive https://github.com/sfztools/sfizz.git
|
||||||
cd sfizz
|
cd sfizz
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -D CMAKE_BUILD_TYPE=Release -D SFIZZ_CLIENTS=ON ..
|
cmake ..
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
You can then find the Jack client in `clients/sfizz_jack`.
|
You can then find the Jack client in `clients/sfizz_jack`.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue