paroj / gltut

Learning Modern 3D Graphics Programming
https://paroj.github.io/gltut/
MIT License
1.57k stars 377 forks source link

Build Issue On ArchLinux - Config.h: No such file or directory #147

Closed broaken13 closed 1 year ago

broaken13 commented 2 years ago

.../code/gltut-0.4.0/glsdk/freeglut/src/freeglut_internal.h:32:14: fatal error: config.h: No such file or directory

Get this error after running the build steps in the README

isinyaaa commented 1 year ago

@broaken13 cd into glsdk/freeglut then run

chmod +x autogen.sh
./autogen.sh
./configure

now go back to gltut root and try building again :).

broaken13 commented 1 year ago

Working now. Thank you!