Skip to content

Instantly share code, notes, and snippets.

@cybik
Created February 12, 2025 21:45
Show Gist options
  • Save cybik/31e2347ea41a306faa5a9a2e76389053 to your computer and use it in GitHub Desktop.
Save cybik/31e2347ea41a306faa5a9a2e76389053 to your computer and use it in GitHub Desktop.
lol moonlight turbo

qmake command

qmake6 DEFINES+=HAVE_FFMPEG CONFIG+=ffmpeg LIBS+="/usr/lib/x86_64-linux-gnu/libavutil.so /usr/lib/x86_64-linux-gnu/libswscale.so /usr/lib/x86_64-linux-gnu/libavcodec.so" INCLUDEPATH+="/usr/include/x86_64-linux-gnu/ffmpeg-6"

needs

  • Needs all the packages' dev to work

why

generates distro-specific Moonlight variant with Wayland support, and other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment