Are you using any gamescope patches or a forked version of gamescope?
[X] The issue occurs on upstream gamescope without any modifications
Current Behavior
Current build instructions read build/gamescope -- <game>
This implies that after following the build steps, the gamescope binary would be compiled to gamescope/build/gamescope, which is incorrect.
The correct directory is gamescope/build/src/gamescope.
Build instructions should read build/src/gamescope -- <game>
Steps To Reproduce
Attempt to follow build instructions by direct copy-paste.
Is there an existing issue for this?
Are you using any gamescope patches or a forked version of gamescope?
Current Behavior
Current build instructions read
build/gamescope -- <game>
This implies that after following the build steps, the gamescope binary would be compiled togamescope/build/gamescope
, which is incorrect. The correct directory isgamescope/build/src/gamescope
. Build instructions should readbuild/src/gamescope -- <game>
Steps To Reproduce
Attempt to follow build instructions by direct copy-paste.
Hardware information
Software information
Which gamescope backends have the issue you are reporting?
Logging, screenshots, or anything else
No response