From 98a470aa359502d906d24c60cdc1bd3cb2e2e0f6 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 23 Jan 2015 14:02:43 -0800 Subject: [PATCH] add wording to windows for soxr guide --- BUILD_WIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_WIN.md b/BUILD_WIN.md index 762c95a069..e1a23cbc3a 100644 --- a/BUILD_WIN.md +++ b/BUILD_WIN.md @@ -167,7 +167,7 @@ Download the zip from the [soxr sourceforge page](http://sourceforge.net/project We recommend you extract it to %HIFI_LIB_DIR%\soxr. This will help our FindSoxr cmake module find what it needs. You can place it wherever you like on your machine if you specify SOXR_ROOT_DIR as an environment variable or a variable passed when cmake is run. -You will need to use cmake to build and install Soxr. If you'd like to keep everything containted in the Soxr folder, pass `-DCMAKE_INSTALL_PREFIX=.` so that it will be installed to the same directory. +You will need to use cmake to build and install Soxr. If you'd like to keep everything containted in the Soxr folder, pass `-DCMAKE_INSTALL_PREFIX=.` when you run Cmake so that it will be installed to the same directory. ###Build High Fidelity using Visual Studio Follow the same build steps from the CMake section, but pass a different generator to CMake.