source: network-game/readme.txt@ 0065962

Last change on this file since 0065962 was 0065962, checked in by dportnoy15 <dmitry.portnoy@…>, 6 years ago

Update the readme with instructions for installing the client on OSX

  • Property mode set to 100644
File size: 681 bytes
Line 
1Building client on linux (tested in ubuntu)
2
3Build a static version of the allegro library
4http://ventilatorxor.wordpress.com/2011/08/07/linux-allegro5-static-linking-for-beginners/
5
6CLIENT
7______
8
9OSX:
10
11Install MacPorts from https://guide.macports.org/chunked/installing.macports.html
12
13To install allegro, dO the following steps in a separate directory:
14
15sudo port install zlib freetype jpeg libogg physfs libpng flac libtheora +universal
16git clone https://github.com/liballeg/allegro5.git allegro
17cd allegro
18mdkir build
19cd build
20cmake -DSTATIC=on ..
21make
22sudo make install
23
24Now, go network-game/client and run:
25make
26./gameClient medievaltech.com 8000
27
28SERVER
29______
30
31coming soon
Note: See TracBrowser for help on using the repository browser.