jorio/Nanosaur

Glu package In Debian/Ubuntu repositories

github-userx opened this issue · 2 comments

for building on linux you mention glu as a requirement. We could add to the BUILD.md that on Ubuntu/Debian it’s the Package: freeglut3-dev

Or is this a dumb/wrong idea?

jorio commented

It's absolutely not a dumb idea!

I was planning on doing away with the glu dependency, as I did with Bugdom, because the game only needs two functions from it that can easily be reimplemented. But we can certainly complete the build documentation with the name of the Debian package in the meantime.

jorio commented

Closing this because I removed the dependency on glu (b567a3e).