OpenTechEngine / OpenTechBFG

Engine based on (RB) Doom 3 BFG aiming to allow the creation of standalone games
Other
84 stars 11 forks source link

Enable sdl2 per default #143

Closed damiel closed 6 years ago

damiel commented 6 years ago

This pr will enable sdl2 per default, for now i just wanna check if everything works on CI. macOS doesnt have CI yet, thats something i will tackle later on, but there are also some open questions regarding AppVeyor/Travis regarding the windows build. The build for this pr will help me understand whats going on as i cant test on all platforms myself.

damiel commented 6 years ago

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.

The following information may help to resolve the situation: The following packages have unmet dependencies: libsdl2-dev : Depends: libegl1-mesa-dev Depends: libgles2-mesa-dev

Well that sounds like fun...

damiel commented 6 years ago

Okay, i found an workaround for the issue that i encountered when trying to install sdl2 on the ubuntu based build image on travis. If you are interested you can take a look here: https://github.com/travis-ci/travis-ci/issues/8317

BielBdeLuna commented 6 years ago

great! added the following commit https://github.com/OpenTechEngine/OpenTechBFG/commit/c925bc5d9595a45737ddae186ce1e5b96bd2b833

A new script file for compiling without CEGUI