source: network-game/readme.txt@ 248e3c1

Last change on this file since 248e3c1 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
Line 
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.
7
8BoostPro Installer options
9
10-multithreaded
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
31install openssl on ubuntu (should be easy)
Note: See TracBrowser for help on using the repository browser.