Changeset 0065962 in network-game for readme.txt


Ignore:
Timestamp:
Jan 11, 2019, 6:58:52 PM (6 years ago)
Author:
dportnoy15 <dmitry.portnoy@…>
Branches:
master
Children:
7f9b01c
Parents:
ea3a3a9
Message:

Update the readme with instructions for installing the client on OSX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readme.txt

    rea3a3a9 r0065962  
    44http://ventilatorxor.wordpress.com/2011/08/07/linux-allegro5-static-linking-for-beginners/
    55
    6 The info below is outdated. The latest info is on the github wiki.
    7 
    8 BoostPro Installer options
    9 
    10 -multithreaded
    11 -multithreaded debug
    12 
    13 
    14 old installation instructions
    15 
    16 client
     6CLIENT
    177______
    188
    19 install the boost library
    20 install openssl using the old windows installer
     9OSX:
    2110
    22 Add the following to Linker -> Input -> Additional Dependencies:
    23 libeay32.lib
    24 ssleay32.lib
     11Install MacPorts from https://guide.macports.org/chunked/installing.macports.html
    2512
     13To install allegro, dO the following steps in a separate directory:
    2614
    27 server
     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
    2829______
    2930
    30 install the boost library
    31 install openssl on ubuntu (should be easy)
     31coming soon
Note: See TracChangeset for help on using the changeset viewer.