Skip to content

Adrinalin4ik/world-of-warcraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World-of-warcraft

Preview (click to watch)

Preview

Install StormLib and BLPConverter, which are using for handling Blizzard's game files.

BPL converter

sudo apt-get install cmake git gcc g++
git clone git://github.com/Kanma/BLPConverter.git
cd BLPConverter
cmake CMakeLists.txt -DWITH_LIBRARY=YES
sudo make install
sudo ldconfig

Storm lib

sudo apt-get install cmake git gcc zlib1g-dev python libbz2-dev
git clone git://github.com/ladislav-zezula/StormLib.git
cd StormLib
cmake CMakeLists.txt -DBUILD_SHARED_LIBS=ON
sudo make install
sudo ldconfig
#client
cd client 
npm install
npm run start

#server
cd ../server
npm install
npm run gulp
npm run serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published