Building client on linux (tested in ubuntu)

Build a static version of the allegro library
http://ventilatorxor.wordpress.com/2011/08/07/linux-allegro5-static-linking-for-beginners/

CLIENT
______

OSX:

Install MacPorts from https://guide.macports.org/chunked/installing.macports.html

To install allegro, dO the following steps in a separate directory:

sudo port install zlib freetype jpeg libogg physfs libpng flac libtheora +universal
git clone https://github.com/liballeg/allegro5.git allegro
cd allegro
mdkir build
cd build
cmake -DSTATIC=on ..
make
sudo make install

Now, go network-game/client and run:
make
./gameClient medievaltech.com 8000

SERVER
______

coming soon
