Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bbcallen
bbcallen / w3g_format.txt
Created August 8, 2018 12:01 — forked from stattrak-dragonlore/w3g_format.txt
WarCraft III Replay file format description
*******************************************************************************
* WarCraft III Replay file format description *
* *
* document version: 1.18 *
* document date : 2007-06-26 *
* document authors: blue, nagger *
* *
* For more informtion about w3g file format, please visit: *
* http://w3g.deepnode.de *
* *
# for debian
# upgrade
apt-get update
apt-get upgrade -y --fix-missing
# apt-get install build-essential
# mysql
apt-get install -y mysql-server
apt-get install -y mysql-client
#====================
# based on:
# http://blog.frd.mn/install-nginx-php-fpm-mysql-and-phpmyadmin-on-os-x-mavericks-using-homebrew/
#====================
# xcode command line tool
xcode-select --install