Polytonic / Glitter

Dead Simple OpenGL
http://polytonic.github.io/Glitter/
2.46k stars 416 forks source link

Added the Debian/Ubuntu build dependencies. #51

Open pauldotknopf opened 5 years ago

Polytonic commented 5 years ago

Hm, I'm surprised these weren't pulled in by apt via installing graphics driver(s) or desktop windowing environment. I didn't need them the last time I tried building on Linux environments. Which distro version(s) are you using?

pauldotknopf commented 5 years ago

I'm using fresh Ubuntu 18.10. The same thing on Ubuntu 18.04.

I actually using Darch for my OS manager, which allows me to keep my OS scripted at all times. Here are my recipes.

Typically, OS distributions will not give you *-dev dependencies.

pauldotknopf commented 5 years ago

Side note: I typically don't like installing *-dev images into my Darch system. Using Darch, packages installed at runtime are wiped on reboot (using tmpfs). This means that for each project I work on, I have to always install the dev dependencies. I like each repo I use to have these dependencies clearly documented (and maintained) so that I can quickly get started.