cmd.exe
cd /d %PUBLIC%
git clone --recursive https://github.com/dsp56300/gearmulator.git
cd gearmulator
rmdir temp
cmake . -B %outdir% -G "Visual Studio 18 2026" -A x64 -Dgearmulator_BUILD_FX_PLUGIN=ON -DDSP56300_DEBUGGER=OFF
pushd %outdir%
cmake --build . --config Release
cmake -P ../../scripts/pack.cmake
popd
tree /f .\bin\plugins\
Created
January 2, 2026 09:29
-
-
Save t-mat/327ea5d9af87498813f88aef7e6128a6 to your computer and use it in GitHub Desktop.
[Windows] Build gearmulator with Visual Studio 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment