From f7cc7ad7e7471165ef43c646b04475ae71da2f0b Mon Sep 17 00:00:00 2001 From: Grayson Stebbins Date: Tue, 17 Feb 2015 17:14:47 -0800 Subject: [PATCH] Added note about running inside visual studio --- BUILD_WIN.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD_WIN.md b/BUILD_WIN.md index 6f26e8c809..f5bc3e09b5 100644 --- a/BUILD_WIN.md +++ b/BUILD_WIN.md @@ -163,6 +163,8 @@ We recommend you install it to %HIFI_LIB_DIR%\soxr. This will help our FindSoxr Extract the soxr archive wherever you like. Then, inside the extracted folder, create a directory called `build`. From that build directory, the following commands will build and then install soxr to `%HIFI_LIB_DIR%`. +(Make sure to run the following inside Visual Studio) + ``` cmake .. -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX=%HIFI_LIB_DIR%/soxr nmake