lukas0x1 / sml-pc

Sky mod loader for pc
29 stars 4 forks source link

SML PC

Getting Started

Clone The Repo

git clone https://github.com/lukas0x1/sml-pc.git

Unzipping lib/release/libmem.7z

Compiling

mkdir build
cd build
cmake .. -G "NMake Makefiles" -D CMAKE_BUILD_TYPE="Release"
nmake

VS has issue with libmem when linking so use CLI (x64 Native Tools Command Prompt for VS 2022)