Skip to content
/ xbt Public
forked from OlafvdSpek/xbt

High-Performance BitTorrent Tracker for vBTorrents project.

License

Notifications You must be signed in to change notification settings

vBTorrents/xbt

 
 

Repository files navigation

XBT Tracker

Installing under Linux

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

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

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

yum install boost-devel cmake gcc-c++ git make mysql-devel systemd-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/vBTorrents/xbt
cd xbt/Tracker
cmake .
make
cp xbt_tracker.conf.default xbt_tracker.conf

About

High-Performance BitTorrent Tracker for vBTorrents project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.3%
  • Other 1.7%