Structure: creating linux folder for linux specific programs

master
TiynGER 4 years ago
parent e7e8f69b37
commit fdad266131

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