diff --git a/README.md b/README.md index 01f8b8da..7e69b2b4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sfizz -[![Travis Build Status](https://img.shields.io/travis/com/sfztools/sfizz.svg?label=Linux-macOS&style=popout&logo=travis)](https://travis-ci.com/sfztools/sfizz) +[![Travis Build Status](https://img.shields.io/travis/com/sfztools/sfizz.svg?label=Linux&style=popout&logo=travis)](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`.