From 994fe1738d8a6a0560626621c002201f5c7acd3c Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sun, 19 Jan 2020 11:06:54 +0100 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c665dd23..98db9add 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ In Debian-based distributions, this translates into ``` sudo apt install libjack-jackd2-dev libsndfile1-dev ``` +The benchmarks depend on the `benchmark` library (https://github.com/google/benchmark). +If you wish to build the benchmarks you should either build it from source and install the static library, or use the library from your distribution---Ubuntu proposes a `libbenchmark-dev` package that does this. The process is as follows: 1. Clone the repository with all the submodules @@ -64,7 +66,7 @@ cd vcpkg Assuming you want to build for x64, install the relevant packages as follows ```powershell -.\vcpkg.exe install libsndfile:x64-windows-static zlib:x64-windows-static libsamplerate:x64-windows-static benchmark:x64-windows-static +.\vcpkg.exe install libsndfile:x64-windows-static benchmark:x64-windows-static ``` In the sfizz source directory, you can then build with CMake as usual, although you should clone the windows branch: