linux:use_pure_wine_instead_of_playonlinux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:use_pure_wine_instead_of_playonlinux [2017/07/23 03:35] – created brianlinux:use_pure_wine_instead_of_playonlinux [2017/07/29 16:38] (current) brian
Line 13: Line 13:
 If you need to specify a 32-bit prefix (such as when dealing with an older 32-bit program, you can do that, too. If you need to specify a 32-bit prefix (such as when dealing with an older 32-bit program, you can do that, too.
  
-<code>WINEPREFIX=$HOME/.wine_program1 WINEARCH="win32" winecfg</code>+<code>env WINEPREFIX=$HOME/.wine_program1 WINEARCH="win32" winecfg</code>
  
 Install the program: Install the program:
Line 29: Line 29:
 or something like that. or something like that.
  
-Then you just have to remember to ''chmod +x'' that script you just created, before you can execute it.+Then you just have to remember to ''chmod +x'' that script before you can execute it. 
 + 
 +===== Winetricks ===== 
 + 
 +To use Winetricks with an individual prefix: 
 + 
 +<code>env WINEPREFIX=$HOME/.wine_program1 sh winetricks corefonts</code> 
 + 
 +Read more about [[https://wiki.winehq.org/Winetricks| Winetricks]] 
  
  • linux/use_pure_wine_instead_of_playonlinux.1500780906.txt.gz
  • Last modified: 2017/07/23 03:35
  • by brian