-
Notifications
You must be signed in to change notification settings - Fork 1
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.
OpenSSL
brew install openssl
cd /usr/local/include
ln -s ../opt/openssl/include/openssl .
Boost
brew install boost
Glog
brew install glog