Skip to content

Commit

Permalink
build Proton-GE directly and update to GE-Proton9-16
Browse files Browse the repository at this point in the history
seems to have fixed gstreamer-related crashes
  • Loading branch information
whrvt committed Oct 18, 2024
1 parent aacc0f8 commit 7b2525d
Show file tree
Hide file tree
Showing 13 changed files with 24,723 additions and 1,950 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# umubuilder
A script for easily creating Proton packages, with custom patches and out-of-the-box support for GloriousEggroll's umu-launcher.
A script for easily creating Proton packages, with custom patches and out-of-the-box support for umu-launcher.

With no added options, `./setup.sh` will compile and bundle [Proton](https://github.com/CachyOS/proton-cachyos) + [protonfixes](https://github.com/Open-Wine-Components/umu-protonfixes) + [umu-run](https://github.com/Open-Wine-Components/umu-launcher) together into a redistributable `$pkgname.tar.xz`, along with installing to `$HOME/.steam/root/compatibilitytools.d/$buildname` (`umu-run` is excluded from the Steam installation).
With no added options, `./setup.sh` will compile and bundle [Proton](https://github.com/GloriousEggroll/proton-ge-custom) + [protonfixes](https://github.com/Open-Wine-Components/umu-protonfixes) + [umu-run](https://github.com/Open-Wine-Components/umu-launcher) together into a redistributable `$pkgname.tar.xz`, along with installing to `$HOME/.steam/root/compatibilitytools.d/$buildname` (`umu-run` is excluded from the Steam installation).

Run `./setup.sh help` to see an overview of the options, or take a look inside the script; it's not that big.

# Credit
Of course, none of this would be possible without the teams behind Proton and Wine, but I'd like to give special credit to:
- [loathingKernel](https://github.com/loathingKernel) for putting together the [version](https://github.com/CachyOS/proton-cachyos) of Proton that this build script uses
- [loathingKernel](https://github.com/loathingKernel) for help with all things related to Proton, umu-launcher, and build scripts
- [MarshNello](https://github.com/NelloKudo/osu-winello) for making it easy to use this package for playing osu! with just a couple commands
- The team behind [Open-Wine-Components](https://github.com/Open-Wine-Components/) for making using Proton outside of Steam as easy as this
Loading

0 comments on commit 7b2525d

Please sign in to comment.