slajerek / RetroDebugger

Retro Debugger is a multiplatform debugger APIs host for retro computers: C64 (Vice), Atari800 and NES (NestopiaUE).
175 stars 20 forks source link

Linux build: libglew-dev needed #4

Closed fieserWolF closed 1 year ago

fieserWolF commented 2 years ago

Describe the bug Compilation fails on Debian 5.14.9-2 (2021-10-03) x86_64 GNU/Linux .

Console output [100%] Linking CXX executable retrodebugger /usr/bin/ld: cannot find -lGLEW

Desktop (please complete the following information):

Additional context OpenGL Extension Wrangler seems to be missing. Please, just include this information in README.md.

fix: sudo apt install libglew-dev

slajerek commented 2 years ago

Thanks, good point. I've added this information to the README.