• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Problem with 10.90 (LINUX)

Damianes

Member
Joined
Jul 11, 2010
Messages
56
Reaction score
12
Hello guys i have a problem with compiling 10.90 any help? By the way i know i need a newer library but i dont know how to install it
XexJjy6.jpg
 
Uninstall boost 1.49.

Try to run this command:
Code:
apt-get install libboost-all-dev

You can also try to search for the packages you need with this command:
Code:
aptitude search boost

You can easily install the ones you need with apt-get name afterwards.
 
Back
Top