fastgame icon indicating copy to clipboard operation
fastgame copied to clipboard

Installation on Ubuntu 23.10 not straightforward

Open luisalvarado opened this issue 4 months ago • 19 comments

Hi WW, I am trying to install this but had to do several additional steps not mentioned in the installation steps. Before doing ninja, the meson build command will fail on ubuntu 23.10. What needs to be installed BEFORE are the following packages so far:

sudo apt install libgtkmm-4.0-dev libadwaita-1-dev libudisks2-dev These 3 will cover at least meson finishing the build process

Then the ninja finishes everything but we still need:

ninja install in order to install it systemwide.

But even after doing all of these, I get the following when executing fastgame:

fastgame: error while loading shared libraries: libfastgame_nvidia.so: cannot open shared object file: No such file or directory

luisalvarado avatar Feb 08 '24 01:02 luisalvarado