Okay, so I need to find someone who is able to compile xbtt. I'm not getting into any details for certain reasons but if you know what gazelle is then you know what I'm talking about.
You have to do it on the server your running it on as far as I was aware http://xbtt.sourceforge.net/tracker/ should help oh and UN on what?
We are doing it on the server. The problem is we don't know what to do to compile it. We need someone who knows what they're doing in that regard. We have been looking for help for months now and nobody wants to help.
from what I can userstand from that guide. first you need to download PUTTY, make a connection to the server when its done type in Code: apt-get install cmake g++ libboost-date-time-dev libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libboost-serialization-dev libmysqlclient15-dev make subversion zlib1g-dev If the server is running CentOS, fedora or redhat type this when you have finished the last action, any other server OS you can skip this step Code: yum install boost-devel gcc-c++ mysql-devel subversion next step will take a while to carry out Code: svn co [url]https://xbtt.svn.sourceforge.net/svnroot/xbtt/trunk/xbt/misc[/url] xbt/misc svn co [url]https://xbtt.svn.sourceforge.net/svnroot/xbtt/trunk/xbt/Tracker[/url] xbt/Tracker cd xbt/Tracker ./make.sh cp xbt_tracker.conf.default xbt_tracker.conf then finally Code: ./xbt_tracker hope this helps