You've already forked RSDKv5-Decompilation
mirror of
https://github.com/izzy2lost/RSDKv5-Decompilation.git
synced 2026-03-26 16:42:45 -07:00
16 lines
479 B
Batchfile
16 lines
479 B
Batchfile
winget install cmake
|
|
winget install git.git
|
|
if not exist vcpkg (
|
|
git clone https://github.com/microsoft/vcpkg
|
|
call .\vcpkg\bootstrap-vcpkg.bat
|
|
)
|
|
if exist Sonic-Mania-Decompilation (
|
|
cd Sonic-Mania-Decompilation
|
|
git submodule update --init --recursive
|
|
cd ..\
|
|
) else (git clone --recursive https://github.com/RSDKModding/Sonic-Mania-Decompilation)
|
|
vcpkg\vcpkg.exe install libtheora libogg --triplet=x64-windows-static
|
|
@echo off
|
|
echo.
|
|
echo Press any key to exit . . .
|
|
pause>nul |