Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Use the cmake instead of the make. I'll remove the obsolete makefile in the next update. Run these commands: 1. mkdir build 2. cmake -B build  3. cmake --build build -j4<num of threads> 4.  ./build/Sandboxia

Ohhh I am so sorry, totally missed the README.md


thanks!