Compiling Xbtt

Discussion in 'Gaming' started by ÐÆÒ, Nov 13, 2008.

  1. ÐÆÒ

    ÐÆÒ Well-Known Member

    Posts:
    297
    Likes Received:
    0
    Joined:
    Sep 30, 2005
    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.
     
  2. .ZERO

    .ZERO Well-Known Member

    Posts:
    2,220
    Likes Received:
    1
    Joined:
    May 28, 2006
    Location:
    #gamerenders
  3. ÐÆÒ

    ÐÆÒ Well-Known Member

    Posts:
    297
    Likes Received:
    0
    Joined:
    Sep 30, 2005
    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.
     
  4. .ZERO

    .ZERO Well-Known Member

    Posts:
    2,220
    Likes Received:
    1
    Joined:
    May 28, 2006
    Location:
    #gamerenders
    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 :)
     

Share This Page