Skip to content

AlessandroMetta/cub3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

These are some instrucion for run some test programs using the MinilibX

compilation command: cc -I /usr/local/include prove.c -L /usr/local/lib -lmlx -framework OpenGL -framework Appkit && ./a.out

inside "/usr/local/include", you have to include the mlx.h (the library of the MinilibX) inside "/usr/local/lib", you have to include the libmlx.a (all the function of MinilibX)

In accordance with Norm v3

Graded 101%