XBT Client Backend | Home | Client | Client Backend | Tracker |
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.
apt-get install cmake g++ libboost-date-time-dev libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev make subversion zlib1g-devEnter 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
./xbt_client_backend
kill `cat xbt_client_backend.pid`