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