mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 13:42:38 +02:00
Added note about running inside visual studio
This commit is contained in:
parent
53855c89e9
commit
f7cc7ad7e7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue