Advertisement
Guest User

MLVProducer via wine

a guest
Aug 15th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1.  
  2.  
  3. open Terminal, create a directory where you want it installed, e.g. /opt/MLVProducer
  4. cd to it, e.g.
  5. cd /opt/MLVProducer
  6.  
  7. wget http://www.playonlinux.com/wine/binaries/linux-amd64/PlayOnLinux-wine-1.7.10-linux-amd64.pol
  8. mv PlayOnLinux-wine-1.7.10-linux-amd64.pol PlayOnLinux-wine-1.7.10-linux-amd64.tar.bz2
  9. tar xjvf PlayOnLinux-wine-1.7.10-linux-amd64.tar.bz2
  10. mv PlayOnLinux-wine-1.7.10-linux-amd64/wineversion/1.7.10 .
  11. rm -rf PlayOnLinux-wine-1.7.10-linux-amd64
  12. [if this wine version does not work out of the box, install wine with your system via package manager to get all the things needed to run it. Also, you can try another one or the system's one if sth. fails.]
  13.  
  14.  
  15. env WINE=$(pwd)/1.7.10/bin/wine WINEPREFIX=$(pwd)/winePrefix WINEARCH=win32 $(pwd)/1.7.10/bin/winecfg
  16. [cancel on installing gecko, mono, close config window with ok]
  17.  
  18. wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
  19. chmod +x ./winetricks
  20. env WINE=$(pwd)/1.7.10/bin/wine WINEPREFIX=$(pwd)/winePrefix WINEARCH=win32 ./winetricks vb6run
  21.  
  22. unpack MLVProducer into your install directory, run it with e.g:
  23.  
  24. env WINE=$(pwd)/1.7.10/bin/wine WINEPREFIX=$(pwd)/winePrefix WINEARCH=win32 $(pwd)/1.7.10/bin/wine /opt/MLVProducer/MLVProducer.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement