I’ve made a program in C++ using only the standard library and Raylib, but I haven’t been able to get Raylib working. For context, I’m new to C++ and have rarely ventured beyond the standard library. I’ve uploaded the “raylib.h” file and “libraylib.a”, as compiled (is that the right word, maybe built?) on my computer, but that didn’t work. Yes, I did include the correct path in #include. I’ve tried following the instructions on the Raylib GitHub wiki for working on GNU Linux, but haven’t been able to get far.
If there’s anyone that has managed using raylib here, I’d appreciate a beginner friendly explanation, or just a solution to copy.