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.
Ok, problem solved

Code:
sudo ./autogen.sh && ./configure --enable-mysql --enable-server-diag && make
Last edited: