wowserhq / blizzardry

JavaScript library for mastering the wizardry that is Blizzard's game files
MIT License
55 stars 15 forks source link

Flesh out installation instructions for StormLib and BLPConverter #88

Open timkurvers opened 8 years ago

timkurvers commented 8 years ago

Especially for Linux the current instructions are lacking.

Should cover at least the bits and pieces we're currently using for Travis:

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