Skip to content

Instantly share code, notes, and snippets.

@Jackcool476
Jackcool476 / dependencies.bat
Last active June 28, 2024 14:05
A script file to install and setup the dependencies required to compile the RSDKv5 and Sonic Mania Decompilation.
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 ..\
@Jackcool476
Jackcool476 / guide.md
Last active September 24, 2023 18:20
Guide to build Sonic Mania decompilation on Windows

IMPORTANT NOTICE:

This guide is now outdated as newly built executables are incompatible with the 1.0.0 release Game.dlls. Go to my Gamebanana guide for an updated tutorial with new formatting and instructions to build a new Game.dll.