From 0a8fc42595020e267ce2b3d684f09048940590d9 Mon Sep 17 00:00:00 2001 From: redtide Date: Sun, 1 Dec 2019 16:32:27 +0100 Subject: [PATCH] Update README to reflect recent changes --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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`.