• 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 Dependancies for centos to compile 0.4

strutZ

Australian OT Member {AKA Beastn}
Joined
Nov 16, 2014
Messages
1,393
Solutions
7
Reaction score
552
Anyone got a list of dependencies needed to compile tfs 0.4 on centos?
 
Got them =)
Code:
yum groupinstall -y 'Development Tools'
yum install -y libxml2 libxml2-devel libxslt libxslt-devel
yum install -y openssl-devel
 
Last edited:
Back
Top