Last change
on this file since 48801af 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 | |
---|
1 | Building client on linux (tested in ubuntu)
|
---|
2 |
|
---|
3 | Build a static version of the allegro library
|
---|
4 | http://ventilatorxor.wordpress.com/2011/08/07/linux-allegro5-static-linking-for-beginners/
|
---|
5 |
|
---|
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
|
---|
17 | ______
|
---|
18 |
|
---|
19 | install the boost library
|
---|
20 | install openssl using the old windows installer
|
---|
21 |
|
---|
22 | Add the following to Linker -> Input -> Additional Dependencies:
|
---|
23 | libeay32.lib
|
---|
24 | ssleay32.lib
|
---|
25 |
|
---|
26 |
|
---|
27 | server
|
---|
28 | ______
|
---|
29 |
|
---|
30 | install the boost library
|
---|
31 | install openssl on ubuntu (should be easy)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.