Changeset 7f9b01c in network-game for readme.txt


Ignore:
Timestamp:
Jul 11, 2019, 2:54:11 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
master
Parents:
0065962
Message:

Update the readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readme.txt

    r0065962 r7f9b01c  
    1111Install MacPorts from https://guide.macports.org/chunked/installing.macports.html
    1212
    13 To install allegro, dO the following steps in a separate directory:
     13To install allegro, do the following steps in a separate directory:
    1414
     15sudo port selfupdate
     16sudo port upgrade outdated
    1517sudo 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
    1619git clone https://github.com/liballeg/allegro5.git allegro
    1720cd allegro
    18 mdkir build
     21mkdir build
    1922cd build
    20 cmake -DSTATIC=on ..
     23cmake -DSHARED=0 ..
    2124make
    2225sudo make install
    2326
    24 Now, go network-game/client and run:
     27Now, go to network-game/client and run:
    2528make
    2629./gameClient medievaltech.com 8000
Note: See TracChangeset for help on using the changeset viewer.