Changes between Version 66 and Version 67 of MovedToGitHub/Building
- Timestamp:
- May 7, 2012, 3:24:20 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MovedToGitHub/Building
v66 v67 51 51 Traditionally, libevent is also needed, but Transmission depends on version numbers only rarely found in Debian. So let us start by compiling libevent in a directory of your choice. Browse to http://libevent.org/ and get the latest version. 52 52 {{{ 53 $ cd / usr/local/src53 $ cd /var/tmp 54 54 $ wget https://github.com/downloads/libevent/libevent/libevent-2.0.18-stable.tar.gz 55 55 $ tar xzf libevent-2.0.18-stable.tar.gz … … 69 69 70 70 {{{ 71 $ cd / usr/local/src71 $ cd /var/tmp 72 72 $ wget http://download-origin.transmissionbt.com/files/transmission-2.51.tar.bz2 73 73 $ tar xjf transmission-2.51.tar.bz2