Voice Chat

From PSwiki
Revision as of 20:41, 16 January 2023 by Talad (talk | contribs)
Jump to navigation Jump to search


1) Install CMake

2) Install vcpkg https://vcpkg.io/en/getting-started.html

3) vcpkg --triplet x64-windows-static-md install opus

4) cmake -G "Visual Studio 17 2022" . -DCMAKE_GENERATOR_PLATFORM=x64 -DOpus_DIR:PATH="F:\My Programs\Develop\CMake\share\cmake-3.25\Modules\Opus"


cmake -G "Visual Studio 17 2022" . -DCMAKE_GENERATOR_PLATFORM=x64 -DOpus_DIR:PATH="F:\My Programs\Develop\CMake\share\cmake-3.25\Modules\Opus" -DCMAKE_TOOLCHAIN_FILE="F:\My Programs\Develop\vcpkg\vcpkg\scripts\buildsystems\vcpkg.cmake"

My vcvars: E:\VisualStudio2022\VC\Auxiliary\Build\vcvars64.bat