https://github.com/cooperblacks/wine-launcher
Ultra minimalist way to launch Windows software (.exe) from Linux. Useful for gaming, i guess.
https://github.com/cooperblacks/wine-launcher
c gnome gtk3 wine wine-launcher winetricks
Last synced: about 2 months ago
JSON representation
Ultra minimalist way to launch Windows software (.exe) from Linux. Useful for gaming, i guess.
- Host: GitHub
- URL: https://github.com/cooperblacks/wine-launcher
- Owner: cooperblacks
- Created: 2025-06-02T08:46:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T09:15:17.000Z (about 1 year ago)
- Last Synced: 2025-06-15T06:01:51.876Z (about 1 year ago)
- Topics: c, gnome, gtk3, wine, wine-launcher, winetricks
- Language: C
- Homepage:
- Size: 155 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cooper Black's Wine Launcher
Ultra minimalist way to launch Windows software (.exe) from Linux. Useful for gaming, i guess.
Written in C, for the world to see.
🍷 Wine (the alcoholic drink) is unhealthy in real life.
### Dependencies
Better make sure to hit up `sudo apt install libgtk-3-dev` for the `source-gtk-gnome.c` version. (More versions coming ~~soon~~ later)

### Compilation
Easy-peasy, lemon squeezy.
```
gcc `pkg-config --cflags gtk+-3.0` -o OUTPUT SOURCE `pkg-config --libs gtk+-3.0`
```
Ignore errors like this:

### Execution
Just find the .exe file and run!

Terrible concept, I know. But who cares?