From 007f09edc35011fa9469193cdfead866dd1d4e7d Mon Sep 17 00:00:00 2001 From: NepDisk Date: Fri, 18 Apr 2025 17:56:49 +0000 Subject: [PATCH] Include compile instructions. SRB2 guide doesn't really work the same for this anymore. --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 982ba4056..5c4935d9b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,27 @@ ## Compiling -See [SRB2 Wiki/Source code compiling](http://wiki.srb2.org/wiki/Source_code_compiling). The compiling process for SRB2Kart is largely identical to SRB2. +Linux: +``` +git clone https://codeberg.org/NepDisk/blankart.git +cd blankart +mkdir build +cd build +cmake .. +make -j$(nproc) +``` + +Windows MSYS2: +``` +git clone https://codeberg.org/NepDisk/blankart.git +cd blankart +mkdir build +cd build +cmake -G "MSYS Makefiles" ..ƒƒ +./_deps/sdl2_mixer-src/external/download.sh +cmake -G "MSYS Makefiles" ..ƒƒ +make -j$(nproc) +``` ## Disclaimer Kart Krew is in no way affiliated with SEGA or Sonic Team. We do not claim ownership of any of SEGA's intellectual property used in SRB2.