Install League of Legends
Posted: 14 Sep 2016, 09:21
This is how i Install League Of Legends on niixarch Linux ... unlike with Playonlinux the shop is working and the game has not yet crashed since i started installing this way.
Code: Select all
###########################
GET THE INSTALLER
###########################
LeagueOfLegendsBaseEUW (Europe West)
http://l3cdn.riotgames.com/Installer/SingleFileInstall/LeagueOfLegendsBaseEUW.exe
LeagueOfLegendsBaseEUNE (Europe Nordic East)
http://l3cdn.riotgames.com/Installer/SingleFileInstall/LeagueOfLegendsBaseEUNE.exe
LeagueOfLegendsBaseNA (North America)
http://l3cdn.riotgames.com/Installer/SingleFileInstall/LeagueOfLegendsBaseNA.exe
###########################
INSTALL WINE
###########################
sudo pacman -S wine-staging winetricks wine-mono wine_gecko
###########################
INSTALL DEPENDENCIES
###########################
sudo pacman -S alsa-lib gnutls lcms2 lib32-alsa-lib lib32-gnutls lib32-lcms2 lib32-libldap lib32-mpg123 libldap mpg123 gendesk icoutils imagemagick alsa-plugins lib32-alsa-plugins lib32-libpulse libpulse openal lib32-openal
WINEARCH=win32 WINEPREFIX=$HOME/.wine32 winetricks d3dx9 vcrun2005 wininet corefonts adobeair ie8
###########################
INSTALL THE GAME
###########################
cd /home/USERNAME/Downloads
wine LeagueOfLegendsBaseEUW.exe
or
wine LeagueOfLegendsBaseEUNE.exe
or
wine LeagueOfLegendsBaseNA.exe