Forked from siilverice/install Transmission on CentOS 7
Created
August 28, 2017 08:53
-
-
Save elespec/88d7beb0d4ae1eddc0ec4cf44f1393c9 to your computer and use it in GitHub Desktop.
install Transmission on CentOS 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # sudo yum -y install gcc gcc-c++ m4 make automake libtool gettext openssl-devel libcurl-devel libevent-devel intltool gtk3-devel | |
| # wget https://transmission.cachefly.net/transmission-2.84.tar.xz | |
| # tar -xf transmission-2.84.tar.xz | |
| # cd transmission-2.84/ | |
| # ./configure | |
| # sudo make | |
| # sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment