Hello. I’m getting an error when I try to run the program from this lesson on Linux Mint. I installed homebrew and the raylib library per the MacOS instructions earlier. See attached.
I’m not sure if it’s some kind of file path issue or I’m missing some other library. I tried to install libx11 through homebrew but that didn’t seem to do anything.
When I try it in apt it tells me it’s already installed
sudo apt install libx11-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libx11-dev is already the newest version (2:1.6.9-2ubuntu1.2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
The kernel and GPU driver are not the same thing, nor does the kernel contain the driver for the RX580 (it might have a basic one).
I’d look up the driver on AMDs website or the package manager for Linux Mint. I’m not familiar with that distribution so my support options are limited.
Gonna post this here in case anyone else has this issue. Doesn’t seem like this was a problem with the driver.
I’ve been able to get it to run by following the directions from the raysan5/raylib github to build and install the shared version of the library for GNU Linux. It compiles and runs just fine now.