Open RoyvanEmpel opened 2 months ago
Hi,
I have successfully built it on Mint 22 which is Ubuntu 24.04 based... I did have to build wayland and wayland-protocols though.
I followed this post!
BTW before that, you can try meson setup --wipe build/
and then ninja -C build/
... during my attempts I encountered many weird errors during meson build/
and also ninja -C build/
. Using this command fixed all of them for me...
Hi, I have successfully built it on Mint 22 which is Ubuntu 24.04 based... I did have to build wayland and wayland-protocols though. I followed this post! BTW before that, you can try
meson setup --wipe build/
and thenninja -C build/
... during my attempts I encountered many weird errors duringmeson build/
and alsoninja -C build/
. Using this command fixed all of them for me...
Hmm, installing the wayland/wayland-protocols myself isn't my preferred way since I will need to update the packages manually if new updates come out.
Or is there an easy way to mark them to be updated when for example ubuntu 24.10 comes out? Looking online i can't find any way of making sure that this happens.
I had no idea about any of these lol... sorry...
I went through the build process locally today, and the latest version that I could get to build on Ubuntu 24.04 was 3.14.24.
Edit: I managed to successfully build gamescope 3.14.24, but it doesn't appear to actually work.
Edit 2: Actually it just doesn't work with the specific game I needed it for, it works with other games.
Follow the instructions at https://gist.github.com/russiantux/592b1267591c011bf765b14590774a5f to compile. Make sure you check the comment at https://gist.github.com/russiantux/592b1267591c011bf765b14590774a5f?permalink_comment_id=5140684#gistcomment-5140684 to get the latest version before the breaking change.
Just ran into this issue as well. I installed the dependencies as outlined in the instructional link above and it worked. I feel like this could be fixed with proper dependency list in the readme.
While looking this up, I also found other issues related to dependencies were very common. The solution is to "use the newest OS". This was on a post of someone using 22.04, which was 2 years old at the time. This should not be the solution when compiling and it could all be solved with a proper dependency list. Especially in weird situations like where gamescope being included in 23.10 repositories but not 24.04.
I do have a local Gamescope Wiki re-work I've been cooking to include a full package list (I'm a bit worried about bloating the main readme with 15+ links to dependencies) + build instructions for some of the major distros as a part of my ongoing documentation re-work, but it'll take some more time for me to cover distros I'm unfamiliar with.
got an issue here as well, it really is not working well here. Its showing the same building results for me.
Edit: I've solved, i have compiled wayland from scratch to version 1.23, and after compiled gamescope. i've even compiled the nvidia-fix fork to see if would solve my issues with my hybrid gpu setup with nvidia as dGPU.
Hello, I have installed Kde Neon User Edition (24.04), try everything, it just worked out to install this pack from terminal "Sudo dpkg -i *.deb" has some glitch but it works!
https://github.com/akdor1154/gamescope-pkg/releases/download/v3.12.5-2/gamescope_3.12.5-2_amd64.deb
https://github.com/akdor1154/gamescope-pkg/releases
It is a previous version, but it is what there is U.U Ubuntu 24.04 Derivatives
Hello, I have installed Kde Neon User Edition (24.04), try everything, it just worked out to install this pack from terminal "Sudo dpkg -i *.deb" has some glitch but it works!
https://github.com/akdor1154/gamescope-pkg/releases/download/v3.12.5-2/gamescope_3.12.5-2_amd64.deb
https://github.com/akdor1154/gamescope-pkg/releases
It is a previous version, but it is what there is U.U Ubuntu 24.04 Derivatives
well you can build as well but the last version using wayland 1.22 of gamescope is 3.14.24 so, you can compile it normally, for subsequent versions i had to build wayland so i could have the dependencies to build gamescope and now i have wayland 1.23 in Tuxedo OS 4 based on ubuntu 24.04 and gamescope 3.15.11 with nvidia-fix, from a fork from gamescope here. I've talked with akdor1154, he doesn't plan to build a new version, until he uses ubuntu 24.04, he is still in 22.04.
Unable to build gamescope on ubuntu 24.04.
The latest version of gamescope requires wayland-server >= 1.23, the latest version for ubuntu seems to be 1.22.0 thats why i am trying to build the version tagged 3.14.19
I Ran:
Resulting in the ouput (the end of the output)
after this running
ninja -C build/
gives the following error: