VSaliy / xbt

High-Performance BitTorrent Tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/OlafvdSpek/xbt
cd xbt/Tracker
cmake .
make
cp xbt_tracker.conf.default xbt_tracker.conf

About

High-Performance BitTorrent Tracker


Languages

Language:C++ 90.3%Language:PHP 5.8%Language:C 1.3%Language:HTML 1.1%Language:NSIS 0.8%Language:CMake 0.4%Language:Shell 0.1%Language:CSS 0.1%Language:Hack 0.1%