create two folders 1)include 2)lib put raylib.h,raymath.h,rcamera.h,rlgl.h,util.h to include folder put lraylib.a file to lib folder and make main.c or main.cpp add the code that you have then go to w64devkit in c:\raylib\w64devkit run w64devkit.exe go to your solution directory in w64devkit cmd then type gcc -o raylibhelloworld.exe raylibhelloworld.c -lraylib -lgdi32 -lwinmm you should download raylib.zip frome the raylib github first the copy all the include files and lib files and also if you want to you can copy external header files from c:/raylib/raylib/src like rcamera.h,util.h