Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferion11/Wine_Appimage
Appimage for Wine 32bits from PlayOnLinux - You can run on no-multilib system
https://github.com/ferion11/Wine_Appimage
Last synced: about 1 month ago
JSON representation
Appimage for Wine 32bits from PlayOnLinux - You can run on no-multilib system
- Host: GitHub
- URL: https://github.com/ferion11/Wine_Appimage
- Owner: ferion11
- License: mit
- Created: 2019-07-12T18:58:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T01:20:29.000Z (over 3 years ago)
- Last Synced: 2024-08-02T00:26:12.939Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 1.45 MB
- Stars: 43
- Watchers: 4
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-appimage - ferion11/Wine_Appimage - AppImage for WINE 32bits from PlayOnLinux, an run on no-multilib systems. (AppImage developer tools / Deployment tools for Windows applications)
README
[![Build Status](https://travis-ci.com/ferion11/Wine_Appimage.svg?branch=master)](https://travis-ci.com/ferion11/Wine_Appimage) [![AppImage Build](https://img.shields.io/badge/AppImage-build-blue)](https://github.com/ferion11/Wine_Appimage/releases)
# Appimage For Wine
> Appimage for last Wine 32bits from PlayOnLinux. You can just download the Appimage, put in the directory you like and make symbolic links for it (for wine, wineserver...).
#### 1- Download wine-VERSION.AppImage for your AppImage directory [HERE][WINE_release_continuous]
#### 2- Make executable:
```
$ chmod +x wine-VERSION.AppImage
```#### 3- Make the wine link in your bin directory:
```
$ ln -s wine-VERSION.AppImage wine
```#### 4- Make the wineserver link (for winetricks) in your bin directory:
```
$ ln -s wine-VERSION.AppImage wineserver
```## Have set:
- WINEARCH=win32 (fixed and can't be changed)
- WINEPREFIX=~/.wine32 (can be changed if needed)## Usage:
#### For configuration, just run "wine" (it will run the winecfg) or:
```
$ wine winecfg
```
#### For regedit:
```
wine regedit
```
#### For your Apps:
```
wine xyz.exe
```
#### If you use PRIME, you can use something like that too:
```
DRI_PRIME=1 wine xyz.exe
```#### Optional 1- To test the OpenGL of your video card:
```
$ wine glxinfo32
$ wine glxgears32 -info
$ wine shape32
```#### Optional 2- You can use PRIME too:
```
$ DRI_PRIME=1 wine glxgears32 -info
```#### Optional 3- Configure and run vulkan (only intel and radeon are supported now):
- Configure for intel:
```
$ wine f11conf vulkan intel
```
- Configure for radeon:
```
$ wine f11conf vulkan radeon
```
- Configure for intel and radeon together:
```
$ wine f11conf vulkan radeon:intel
```
- Test vulkan:
```
$ wine vulkaninfo32
$ wine vkcube32
```[WINE_release_continuous]: https://github.com/ferion11/Wine_Appimage/releases/tag/continuous "HERE"