Changes between Version 22 and Version 23 of rTorrentOnWindows


Ignore:
Timestamp:
11/01/14 19:37:03 (10 years ago)
Author:
Gabor Hudiczius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rTorrentOnWindows

    v22 v23  
    11= 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.
    42
    53 * [#install Installing rTorrent on Windows]
    64  * [#cygwin Installing Cygwin]
    7   * [#libsigc Installing libsigc++]
    85  * [#libtorrent Installing libTorrent]
    96  * [#xmlrpc Installing XMLRPC-C (optional)]
     
    2421Download 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]).
    2522
    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.
     23Start 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.
    2724
    28 You're going to need the following packages in order to compile and run [http://libtorrent.rakshasa.no/ rTorrent]:
     25You're going to need at least the following packages in order to compile and run [http://libtorrent.rakshasa.no/ rTorrent]:
    2926
    3027 * git
     
    4138 * libcurl-devel
    4239
    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).
     40These 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).
    4441
    4542=== Preparation ===
     
    5350=== Installing libTorrent === #libtorrent
    5451
    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.
     52Download 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.
    5653
    5754{{{
     
    131128The ''.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.
    132129
    133 The default session directory is ''.session'', and the default download directory is ''torrent''.
     130The default session directory is ''.session'' and the default download directory is ''torrent''.
    134131
    135132You can access your partitions thru the ''cygdrive'' directory from [http://libtorrent.rakshasa.no/ rTorrent].