From 1c708161c573bc8a8603a8b4426ef6231ecc8ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Wed, 4 Mar 2026 10:40:12 +0100 Subject: [PATCH] updated readme with project setup information --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ddf01c5..51933f2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # SakuraVNE Visual novel creator engine made with SDL2 + +## windows: +Generate a visual studio 2026 solution and build from there: +`cmake -G "Visual Studio 18 2026" -A x64` + +## linux: +`cmake -B build -DCMAKE_BUILD_TYPE=Debug` +`cmake --build build -j`