Changes between Version 22 and Version 23 of rTorrentOnWindows
- Timestamp:
- 11/01/14 19:37:03 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rTorrentOnWindows
v22 v23 1 1 = rTorrent on Windows = 2 3 Since Aug 12 2010 [http://www.cygwin.com/ Cygwin] has a built in [http://libtorrent.rakshasa.no/ rTorrent] package, so you only need to use the following method for installing [http://libtorrent.rakshasa.no/ rTorrent], if you need [http://xmlrpc-c.sourceforge.net/ XMLRPC-C] support.4 2 5 3 * [#install Installing rTorrent on Windows] 6 4 * [#cygwin Installing Cygwin] 7 * [#libsigc Installing libsigc++]8 5 * [#libtorrent Installing libTorrent] 9 6 * [#xmlrpc Installing XMLRPC-C (optional)] … … 24 21 Download Cygwin 1.7 (or newer) from the [http://www.cygwin.com/ Cygwin page] (direct links to the installers: [http://cygwin.com/setup-x86.exe x86], [http://cygwin.com/setup-x86_64.exe x86_64]). 25 22 26 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.23 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. 27 24 28 You're going to need the following packages in order to compile and run [http://libtorrent.rakshasa.no/ rTorrent]:25 You're going to need at least the following packages in order to compile and run [http://libtorrent.rakshasa.no/ rTorrent]: 29 26 30 27 * git … … 41 38 * libcurl-devel 42 39 43 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).40 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). 44 41 45 42 === Preparation === … … 53 50 === Installing libTorrent === #libtorrent 54 51 55 Download the latest windows fork of the [http://libtorrent.rakshasa.no/ libTorrent] source from the [https://github.com/ghudiczius/libtorrent git repository], compile ,and install it.52 Download the latest windows fork of the [http://libtorrent.rakshasa.no/ libTorrent] source from the [https://github.com/ghudiczius/libtorrent git repository], compile and install it. 56 53 57 54 {{{ … … 131 128 The ''.rtorrent.rc'' configuration file can be found in the ''bin'' directory. There are some settings already set up for ease of usage, please do not modify them, unless you know what you are doing. 132 129 133 The default session directory is ''.session'' ,and the default download directory is ''torrent''.130 The default session directory is ''.session'' and the default download directory is ''torrent''. 134 131 135 132 You can access your partitions thru the ''cygdrive'' directory from [http://libtorrent.rakshasa.no/ rTorrent].