XBT Client Backend

Home | Client | Client Backend | Tracker

Installing under Windows

  1. Download XBT Client Backend from http://sourceforge.net/project/showfiles.php?group_id=94951&package_id=113736.
  2. Run the executable.

There are two ways to run the client backend under Windows (NT, 2000, XP and 2003). The first way is to run the client backend manually, like every other application. The second way is to run the client backend as service. The advantage of this way is that it also runs when no user is logged in.

  1. Open a command window (Start - Run - cmd).
  2. Run net start "XBT Client"

Starting under Windows

Just start the executable. An empty DOS window should appear.

Installing under Linux

The following commands can be used to install the dependencies on Debian. The g++ version should be at least 3.4.
apt-get install cmake g++ libboost-date-time-dev libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev make subversion zlib1g-dev
Enter the following commands in a terminal. Be patient while g++ is running, it'll take a few minutes.
svn co https://xbtt.svn.sourceforge.net/svnroot/xbtt/trunk/xbt
cd xbt/BT\ Test
./make.sh

Starting under Linux

Enter the following commands in a terminal.
./xbt_client_backend

Stopping under Linux

Enter the following commands in a terminal.
kill `cat xbt_client_backend.pid`

XBT project at SF Donate to this project Valid CSS! Valid HTML 4.01!