Changes between Version 3 and Version 4 of rTorrentOnWindows
- Timestamp:
- 07/26/09 00:30:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rTorrentOnWindows
v3 v4 14 14 Download Cygwin 1.7 from the [http://www.cygwin.com/ Cygwin page]. Please keep in mind, that version 1.7 is in beta status at the time of writing this manual ([http://cygwin.com/setup-1.7.exe direct link]). 15 15 16 Start the installer, choose "Install from internet", select a directory to install cygwin, and one for the packages to be downloaded to, then set up your connection and pick a mirror. You're going to need the following packages in order to compile and run [http://libtorrent.rakshasa.no/ rTorrent]: curl-devel, gcc, libncurses-devel, libtool, make, openssl-devel, pkg-config, subversion, wget. These might require some other packages, let them be installed. Wait, till the installer downloads and installs the neccessary packages, check wherever you want shortcuts, and close the installer. When you're done, start Cygwin (if you choose not create any shortcuts, you can start Cygwin with the cygwin.bat in your installation directory). 16 Start the installer, choose "Install from internet", select a directory to install Cygwin, and one for the packages to be downloaded to, then set up your connection and pick a mirror. 17 18 You're going to need the following packages in order to compile and run [http://libtorrent.rakshasa.no/ rTorrent]: 19 20 * gcc 21 * libcurl-devel 22 * libncurses-devel 23 * libtool 24 * make 25 * openssl-devel 26 * patch 27 * pkg-config 28 * subversion 29 * wget 30 31 These might require some other packages, let them be installed. Wait until the installer downloads and installs the necessary packages, check wherever you want shortcuts, and close the installer. When you're done, start Cygwin (if you choose not create any shortcuts, you can start Cygwin with the cygwin.bat in your installation directory). 17 32 18 33 Now we can proceed with [http://libtorrent.rakshasa.no/ rTorrent]. … … 102 117 svn co svn://rakshasa.no/libtorrent/trunk/rtorrent rtorrent-svn 103 118 cd rtorrent-svn 104 wget http://projects.cyla.homeip.net/rtwi/download /misc/rtow.diff119 wget http://projects.cyla.homeip.net/rtwi/downloads/misc/rtow.diff 105 120 patch -p0 < rtow.diff 106 121 ./autogen.sh