updated readme with project setup information

This commit is contained in:
2026-03-04 10:40:12 +01:00
parent ee393b8d00
commit 1c708161c5

View File

@@ -1,2 +1,10 @@
# SakuraVNE # SakuraVNE
Visual novel creator engine made with SDL2 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`