I’m having issues with compilation in the first axe-game exercise. Following the instructions for a Linux build there doesn’t seem to be any mention of installing the Raylib library. I went to the Raylib Github (Working on GNU Linux · raysan5/raylib Wiki · GitHub) and cloned the repo, and provided the absolute path in my .cpp file for the header.
When I compile using RunBuildTask… I get the following error, as it seems no matter where I clone the library to it cannot be found!
I have tried cloning to
/usr/local/lib/
/home/linuxbrew/.linuxbrew/lib/
and also my home directory, but nothing is working for me.
I am on Ubuntu 20.04.5 LTS.