Topic: adding mysqlclient to the building process
Hello,
I want to make a Statistic function for Teeworlds. Okay no problem so far. I have edited the sourcecode, so that the server sends it's output to a MySQL database. I think it will work, but only one problem: how can I build it? I don't think it will work by typing :
../bam/src/bam release
in the console, because the library mysqlclient is needed, and I don't know how to tell bam to include it.
So I hope someone can help me.
Thanks