It is necesary to have CMake for proyect creation and python 3 installed for GLAD dependences generation.
- Execute configure_WIN.bat
- Go to build folder.
- Open visual studio solution.
- In the solution explorer select LittleEngine as default project (Right-click > Set as Start Up project).
- Build solution (Ctrl + Shift + B).
- Open bash console in current directory.
- Execute
./configure_LINUX.sh
- Execute
./build.sh
to build the file.