DingShizhe / glFractal

a simple fractal drawing program based on OpenGL
4 stars 0 forks source link

make gives an error #2

Open vayulove opened 2 years ago

vayulove commented 2 years ago

$ make gcc -pedantic -Wall -O3 -c -o main.o main.c In file included from main.c:6: util.h:4:10: fatal error: GLFW/glfw3.h: No such file or directory 4 | #include <GLFW/glfw3.h> | ^~~~~~~~~~~~~~ compilation terminated.

vayulove commented 2 years ago

How do I retrieve and setup the libraries I need, starting with GLFW/glfw3.h?