ThemsAllTook / libstem_gamepad

Gamepad C API wrapper for OS X, Windows, and Linux
Other
181 stars 31 forks source link

Make on Ubuntu 16.04 - cannot find libraries -lglut, -lGLU, -lGL #10

Open jmount1992 opened 7 years ago

jmount1992 commented 7 years ago

When I run command "make" it returns with the following errors when trying to build the testharness. I am on a Ubuntu 16.04 64bit machine. Although I have freeglu3-dev installed and can link to those libraries.

ERRORS: /usr/bin/ld: cannot find -lglut /usr/bin/ld: cannot find -lGLU /usr/bin/ld: cannot find -lGL