Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 812 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 812 Bytes

LittleEngine

Install

Prerequisites

It is necesary to have CMake CMAKE for proyect creation and python 3 PYTHON installed for GLAD dependences generation.

Windows

  1. Execute configure_WIN.bat
  2. Go to build folder.
  3. Open visual studio solution.
  4. In the solution explorer select LittleEngine as default project (Right-click > Set as Start Up project).
  5. Build solution (Ctrl + Shift + B).

Linux

  1. Open bash console in current directory.
  2. Execute ./configure_LINUX.sh
  3. Execute ./build.sh to build the file.