JoeyDeVries / LearnOpenGL

Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
https://learnopengl.com
Other
11.02k stars 2.8k forks source link

Suggest adding libxxf86vm-dev & libfreetype-dev to Linux dependencies #244

Open avelican opened 3 years ago

avelican commented 3 years ago

Problem: /usr/bin/ld: cannot find -lXxf86vm /usr/bin/ld: cannot find -lfreetype

Solution: sudo apt install libxxf86vm-dev libfreetype-dev

ubuangel commented 1 year ago

Oh man thank but

fatal error: stb_image.h: No such file or directory 3 | #include :(