Skip to content

ruanformigoni/wine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

200 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wine Appimages

This repository uses github ci to build wine appimages. These do not require 32-bit glibc, and therefore, work across several linux distributions out of the box. The releases included are built from wine staging, wine-ge, wine caffe, wine vaniglia, and wine soda. More information about their characteristics and differences can be found here.

Get Started

Download the latest release for:

Staging Caffe Vaniglia Soda G. Eggroll
Download Download Download Download Download

Usage Examples

Make the file executable before usage:

chmod +x wine-*.AppImage

Run application:

./wine-*.AppImage my-application.exe

Wine config:

./wine-*.AppImage winecfg

Winetricks:

./wine-*.AppImage winetricks

You can also use symlinks:

ln -s wine-*.AppImage winetricks
ln -s wine-*.AppImage winecfg

./winetricks fontsmooth=rgb
./winecfg

In case, if FUSE support libraries are not installed on the host system, it is still possible to run the AppImage

./wine-*.AppImage --appimage-extract
./squashfs-root/AppRun

Requirements

  • Install required GPU driver pkgs for you GPU both amd64 & i386.
MESA
NVIDIA
INTEL
AMD

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%