• 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!

Linux [Compiling]TFS 3.02 and Makefile

Martin93

~WebDesign
Joined
Nov 11, 2008
Messages
194
Reaction score
0
Location
Poland
Hello, i want compile TFS 3.02 on my Ubuntu but i can't. I don't see file 'Makefile'... there is only Makefile.am. If write 'make' in terminal then see 'not found makefile'. What should i do?

Ok, problem solved :). Go to tfs sources folder and write this on terminal.
Code:
sudo ./autogen.sh && ./configure --enable-mysql --enable-server-diag && make
 
Last edited:
Back
Top