Skip to main content

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

f@x270:~/download/Sandboxia2D-0.1.6-beta$ make

make: *** No rule to make target 'src/glad.c', needed by 'build/Sandboxia'.  Stop.



↑ is the makefile correct?

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!