Skip to content

Getting Started

Loris Rossi edited this page May 18, 2018 · 1 revision

αTorrent has these dependencies:

  • OpenSSL
  • Boost
  • Glog

Once you have installed all of them, you can simply run

make

in the main directory, and then the executable atorrent-cli should be created.

Installing dependencies on OS X systems

OpenSSL

brew install openssl
cd /usr/local/include
ln -s ../opt/openssl/include/openssl .

Boost

brew install boost

Glog

brew install glog
Clone this wiki locally