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
RevLine 
[50643fa]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
[0065962]6CLIENT
7______
[aee34b9]8
[0065962]9OSX:
[aee34b9]10
[0065962]11Install MacPorts from https://guide.macports.org/chunked/installing.macports.html
[aee34b9]12
[0065962]13To install allegro, dO the following steps in a separate directory:
[aee34b9]14
[0065962]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
[aee34b9]23
[0065962]24Now, go network-game/client and run:
25make
26./gameClient medievaltech.com 8000
[aee34b9]27
[0065962]28SERVER
[aee34b9]29______
30
[0065962]31coming soon
Note: See TracBrowser for help on using the repository browser.