Zomon333 / SadBoat-Engine

I was listening to someone play ukelele and it made me want to program a platformer. This is that.
3 stars 0 forks source link

Add OpenGL Libs & Update Makefile #14

Closed Zomon333 closed 2 years ago

Zomon333 commented 2 years ago

We'll need to redownload some libraries and update our makefile to link them. We'll need OpenGL, GLUT, and GLEW.

If we find we need more OpenGL libraries, we'll comment them.

Zomon333 commented 2 years ago

OpenGL, Freeglut, and GLEW have been added to the makefile. A script to install these has been provided for other people's convenience. Closed as of b1377a120f1f42d2a2c2d43cb97e94a9c111b063z.

Zomon333 commented 2 years ago

It's possible we'll have linker errors later on. If/when we do, we'll address that then. This issue is technically resolved.