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