- Edited
I wrote a post on getting WoW working and using an add-on updater that I liked: https://discuss.getsol.us/d/2636-wow-add-on-manager
I'm no linux expert but I may be able to help you if you have problems. For instance, if you don't understand something from the directions such as how to install a dependency or something.
EDIT: I can actually summarize the instructions:
Install dependencies for the Blizzard App. To do in Solus so use this command:
sudo eopkg install libgnutls libgnutls-devel libgnutls-32bit libgnutls-32bit-devel openldap-devel openldap-32bit-devel libgpg-error-devel libgpg-error-32bit libgpg-error-32bit-devel sqlite3 sqlite3-32bit
Install wine dependencies:
sudo eopkg install wine wine-devel wine-32bit-devel winetricks
If you haven't installed lutris, install lutris. Lutris handles your wine configurations for you, and also serves as a game launcher.
sudo eopkg install lutris
Install WoW via lutris from here: https://lutris.net/games/world-of-warcraft/ You will notice in the description it links to instructions on how to install the dependencies that I already went over in the previous steps.
Optional -- the instructions also recommend to change something in config.wtf (this file should be in the folder you installed WoW to. Probably
~/Games/World of warcraft...
The tilde character '' is equivalent to your home folder (/home/your-username). This is equivalent to $HOME when using bash in the command line. The line you can edit in Config.wtf is changeworldPreloadNonCritical #
toworldPreloadNonCritical 0
.Optional -- use a WoW add-on manager to update addons that works in linux. This will make your life 1000x easier if you use addons. See my post linked above about using wowman.