MySchoolEngine / GLEngine

The goal of this repository is to build rendering focused game engine. Feel free to join me and extend this project.
https://myschoolengine.github.io/GLEngine-Documentation/
Other
21 stars 1 forks source link

Build problems #68

Closed RohacekD closed 4 years ago

RohacekD commented 4 years ago

To build this project you need to manually tweek some files which aren't really intuitive. So I would like to fix those problems usually with libraries to make it easier for newcomers to join this project.

First of all, GLFW needs to system version "latest" in order to be able to build it on any machine. IMGui is .cpp files are being included into my GLRenderer so you need to manually include StdAfx headers. And for whatever reason, there is no way how to build DevIL library from sources.

RohacekD commented 4 years ago

So GLFW part is fixed now.

IMGui and DevIL still needs to be fixed.

RohacekD commented 4 years ago

But I just found problem with Assimp.dll

RohacekD commented 4 years ago

DevIL should now be build from scratch since af3b83f