Skip to content

AppImage early support

Compare
Choose a tag to compare
@RicardoEPRodrigues RicardoEPRodrigues released this 04 Jul 00:56
· 77 commits to master since this release

This release offers an improved export to AppImage, yet it still requires dependencies to be installed.

sudo apt install freeglut3-dev libglew-dev libxmu-dev libxi-dev

This might be overkill, but lack of time doesn't allow me to test out what dependencies are really needed.

Trials have been performed to try to export an AppImage with all the needed dependencies, yet it appears GLEW and FreeGLUT depend on drivers from the OS, since I'm running on NVIDIA it ties itself with it. Meaning that I need to build for NVIDIA/MESA/... etc.

I want to change to SDL and I hope that with it these problems disappear.