Play On Linux: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 24: | Line 24: | ||
cd playonlinux | cd playonlinux | ||
./playonlinux | ./playonlinux | ||
== Update == | |||
=== Step 1: Update playonlinux Script === | |||
cd ~ | |||
wget http://www.playonlinux.com/script_files/PlayOnLinux/4.2.4/PlayOnLinux_4.2.4.tar.gz | |||
tar xzvf PlayOnLinux_4.2.4.tar.gz | |||
cd ~/playonlinux | |||
./playonlinux | |||
Start game, to check if that helped already (unlikely) | |||
=== Step 2: Update Game === | |||
./playonlinux | |||
* Uninstall | |||
** select Game | |||
** select Deinstall | |||
** select Delete Drive | |||
* Reinstall | |||
** Select download Setup | |||
** Install according on screen instructions (don't change path, don't let setup start the game) |
Revision as of 18:00, 9 October 2014
PlayOnLinux
A project that makes windows games playable with wine on linux.
Installation instructions
This worked for playing League of Legends on openSuse 12.3 and 13.1 with Playonlinux 4.2.2
- Install wxWidgets
- Install 7zip
- Force wine to use 32 bit
- Download newest playonlinux
- Unpack playonlinux
- Start playonlinux
- Install an offered program from within playonlinux gui
sudo zypper install wxWidgets sudo zypper install p7zip sudo echo "export WINEARCH=win32" >>/etc/bash.bashrc.local wget http://www.playonlinux.com/script_files/PlayOnLinux/4.2.2/PlayOnLinux_4.2.2.tar.gz tar xzvf PlayOnLinux_4.2.2.tar.gz cd playonlinux ./playonlinux
Update
Step 1: Update playonlinux Script
cd ~ wget http://www.playonlinux.com/script_files/PlayOnLinux/4.2.4/PlayOnLinux_4.2.4.tar.gz tar xzvf PlayOnLinux_4.2.4.tar.gz cd ~/playonlinux ./playonlinux
Start game, to check if that helped already (unlikely)
Step 2: Update Game
./playonlinux
- Uninstall
- select Game
- select Deinstall
- select Delete Drive
- Reinstall
- Select download Setup
- Install according on screen instructions (don't change path, don't let setup start the game)