Difference between revisions of "Build and Maintain a Private World of Warcraft Server on Linux"

Kipkis (Kipkis | contribs)
(importing article from wikihow)
 
Kipkis (Kipkis | contribs)
m (Text replacement - "[[Category:W" to "[[Category: W")
Line 2: Line 2:
  
 
This guide often uses the terminal for configuring and installing. If you are unaware of how to use the terminal, locate a bash guide or search for a how-to here on wikiHow. Terminal commands will be highlighted in italics. Bold text is information that must be supplied by you.
 
This guide often uses the terminal for configuring and installing. If you are unaware of how to use the terminal, locate a bash guide or search for a how-to here on wikiHow. Terminal commands will be highlighted in italics. Bold text is information that must be supplied by you.
[[Category:World of Warcraft]]
+
[[Category: World of Warcraft]]
 
== Steps ==
 
== Steps ==
 
#  Begin by installing all of the packages required for compilation. These are easily installed with this command: ''sudo apt-get install build-essential cmake libace-dev libmysql++-dev subversion mercurial openssl libssl-dev zlib1g-dev libmysqlclient15-dev libtool mysql-client unrar''.
 
#  Begin by installing all of the packages required for compilation. These are easily installed with this command: ''sudo apt-get install build-essential cmake libace-dev libmysql++-dev subversion mercurial openssl libssl-dev zlib1g-dev libmysqlclient15-dev libtool mysql-client unrar''.