1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

Structure: creating linux folder for linux specific programs

This commit is contained in:
TiynGER 2020-10-26 08:13:12 +01:00
parent e7e8f69b37
commit fdad266131
10 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,6 @@ Wine is a compatibility layer to run windows programs on linux machines.
## Setup
### Arch-Linux
- Enable multilib support in pacman
- `vim /etc/pacman.conf` - Uncomment the following lines
```
@ -14,7 +12,7 @@ Wine is a compatibility layer to run windows programs on linux machines.
```
- `pacman -S wine winetricks` - Install wine and configuration helper
### Configuration
## Configuration
- Set the global variable `WINEPREFIX` to your liking, standard is `$HOME/.wine`
- `winetricks` - run the installation of basic windows dependencies to the wine directory