Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 593 Bytes

CompileinVM.md

File metadata and controls

22 lines (13 loc) · 593 Bytes

Compile Engine in Linux VM

First step - install dependencies

OS mesa is required in software mode, because there are no drivers for opengl by default in linux

Second step - clone submodules

Third step - run cmake and compile

First generate make files with cmake in the build folder with the osmesa flag for software rendering

To run the engine, you need to provide the respective files, .obj files, textures etc..