Skip to content

open-craft-guild/xbt-original

This branch is 151 commits behind OlafvdSpek/xbt:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 11, 2017
4e697d9 · Jan 11, 2017
Dec 23, 2016
Dec 23, 2016
Dec 23, 2016
Dec 23, 2016
Jan 11, 2017
Dec 23, 2016
Dec 23, 2016
Jan 3, 2017
Dec 23, 2016
Dec 23, 2016
Dec 23, 2016
Dec 23, 2016

Repository files navigation

XBT Tracker

Installing under Linux

The following commands can be used to install the dependencies on Debian. The g++ version should be at least 4.7.

apt-get install cmake g++ git libboost-dev libmysqlclient-dev make zlib1g-dev

The following commands can be used to install some of the dependencies on CentOS, Fedora Core and Red Hat. The g++ version should be at least 4.7.

yum install boost-devel cmake gcc-c++ git mysql-devel 

Enter the following commands in a terminal. Be patient while g++ is running, it'll take a few minutes.

git clone https://github.com/OlafvdSpek/xbt
cd xbt/Tracker
cmake .
make
cp xbt_tracker.conf.default xbt_tracker.conf

About

High-Performance BitTorrent Tracker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.3%
  • PHP 5.9%
  • C 1.3%
  • HTML 1.1%
  • NSIS 0.8%
  • CMake 0.4%
  • Other 0.2%