This repository has been archived on 2026-03-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SakuraVNE_old/README.md

15 lines
431 B
Markdown
Raw Permalink Normal View History

# 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`