From eaf35d9aafd04074f6c9ae611bd8f70d8397fa23 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 4 Jun 2021 13:31:39 +0100 Subject: [PATCH] Make the VC project a little more obvious in the README --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9f3436a..b383a6c 100644 --- a/README.md +++ b/README.md @@ -304,10 +304,16 @@ commercial terms. ### 4d. Building on Windows -The default build on Windows also uses Meson, so ensure Meson and -Ninja are installed and available. Then, in a terminal window with the -compiler tools available in the path (e.g. a Visual Studio -command-line prompt for the relevant build architecture) run +First, if you only need to build the static library for integration +into your project, and you prefer a Visual Studio project file, you +can find a simple one in `otherbuilds\rubberband-library.vcxproj`. + +The rest of this section describes the "full" build system, which uses +Meson just as on the other platforms. So to build this way, start by +ensuring Meson and Ninja are installed and available. Then, in a +terminal window with the compiler tools available in the path (e.g. a +Visual Studio command-line prompt for the relevant build architecture) +run ``` > meson build @@ -329,10 +335,6 @@ option `b_vscrt`: See "FFT and resampler selection" below for further build options. -Alternatively, if you only need the static library and prefer a Visual -Studio project file, there is one targeted for VC 2015 in -`otherbuilds\rubberband-library.vcxproj`. - ### 4e. Building for Android and Java integration