Initial commit

This commit is contained in:
2026-03-15 19:46:00 +01:00
commit cddd4b6f8d
8 changed files with 124 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# SakuraVNE
Visual novel creator engine made with SDL2
Clone the project:
`git clone https://github.com/htamas1210/SakuraVNE.git --recursive`
## 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 -DCMAKE_EXPORT_COMPILE_COMMANDS=ON`
`ln -sf build/compile_commands.json compile_commands.json`
`cmake --build build -j`