Changes between Version 20 and Version 21 of rTorrentOnWindows


Ignore:
Timestamp:
10/14/14 20:23:28 (10 years ago)
Author:
Gabor Hudiczius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rTorrentOnWindows

    v20 v21  
    2222=== Installing Cygwin === #cygwin
    2323
    24 Download Cygwin 1.7 (or newer) from the [http://www.cygwin.com/ Cygwin page] ([http://cygwin.com/setup.exe direct link]).
     24Download 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]).
    2525
    2626Start 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.
     
    2828You're going to need the following packages in order to compile and run [http://libtorrent.rakshasa.no/ rTorrent]:
    2929
     30./autogen.sh:
     31 * automake
     32 * libtool
    3033 * cppunit
    31  * gcc4
     34
     35./configure:
     36 * gcc-core
     37 * gcc-g++
     38 * openssl-devel
     39 * pkg-config
     40
     41make:
     42 * make
     43
    3244 * git
    3345 * libcurl-devel
    3446 * libncurses-devel
    35  * libtool
    36  * make
    37  * openssl-devel
    3847 * patch
    39  * pkg-config
    4048 * subversion
    4149 * wget
     50
     51recommended:
     52 * diffutils
    4253
    4354These 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).
     
    4556Now you can proceed with [http://libtorrent.rakshasa.no/ rTorrent].
    4657
    47 === Installing libsigc++ === #libsigc
     58=== Preparation ===
    4859
    49 Since there is no [http://libsigc.sourceforge.net/ libsigc++] package for [http://www.cygwin.com/ Cygwin], you're going to need to compile this one first. By default, [http://www.cygwin.com/ Cygwin] has no /usr/localr/src, so create one.
     60By default, [http://www.cygwin.com/ Cygwin] has no /usr/localr/src, so create one.
    5061
    5162{{{
    5263mkdir -p /usr/local/src
    5364}}}
     65
     66=== Installing libsigc++ === #libsigc
     67
     68Since there is no [http://libsigc.sourceforge.net/ libsigc++] package for [http://www.cygwin.com/ Cygwin], you're going to need to compile this one first.
    5469
    5570Download, compile and install the latest [http://libsigc.sourceforge.net/ libsigc++] source from the [http://ftp.gnome.org/pub/GNOME/sources/libsigc++/ Gnome ftp site] - at the time of writing this manual, it was 2.2.10.