source: network-game/readme.txt@ 50643fa

Last change on this file since 50643fa was 50643fa, checked in by Dmitry Portnoy <dmp1488@…>, 11 years ago

Updated the client makefile to work in ubuntu

  • Property mode set to 100644
File size: 615 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
6The info below is outdated. The latest info is on the github wiki.
[60b77d2]7
[7d7df47]8BoostPro Installer options
9
10-multithreaded
[aee34b9]11-multithreaded debug
12
13
14old installation instructions
15
16client
17______
18
19install the boost library
20install openssl using the old windows installer
21
22Add the following to Linker -> Input -> Additional Dependencies:
23libeay32.lib
24ssleay32.lib
25
26
27server
28______
29
30install the boost library
[60b77d2]31install openssl on ubuntu (should be easy)
Note: See TracBrowser for help on using the repository browser.