Changeset 7f9b01c in network-game
- Timestamp:
- Jul 11, 2019, 2:54:11 PM (6 years ago)
- Branches:
- master
- Parents:
- 0065962
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readme.txt
r0065962 r7f9b01c 11 11 Install MacPorts from https://guide.macports.org/chunked/installing.macports.html 12 12 13 To install allegro, d Othe following steps in a separate directory:13 To install allegro, do the following steps in a separate directory: 14 14 15 sudo port selfupdate 16 sudo port upgrade outdated 15 17 sudo port install zlib freetype jpeg libogg physfs libpng flac libtheora +universal 18 // Don't think I need libtheora, don't include +universal for Mojave or higher 16 19 git clone https://github.com/liballeg/allegro5.git allegro 17 20 cd allegro 18 m dkir build21 mkdir build 19 22 cd build 20 cmake -DS TATIC=on..23 cmake -DSHARED=0 .. 21 24 make 22 25 sudo make install 23 26 24 Now, go network-game/client and run:27 Now, go to network-game/client and run: 25 28 make 26 29 ./gameClient medievaltech.com 8000
Note:
See TracChangeset
for help on using the changeset viewer.