ethan0905/so_long

I cannot compile this program

Closed this issue · 2 comments

when I use "make all" the terminal said "./so_long.h:28:11: fatal error: './mlx/mlx.h' file not found"
Screen Shot 2022-02-08 at 8 13 17 PM

Hey hello, of course that's a normal error. In order to make the project work, you should clone this repo and replace it with the actual empty folder called "mlx". Here is the link to the repository : https://github.com/42Paris/minilibx-linux. Hope that helped you :)

Edit: just added the mlx files to the repo, now you simply need to compile it

oh, I got it now thanks a lot!!