Changes between Version 20 and Version 21 of rTorrentOnWindows
- Timestamp:
- 10/14/14 20:23:28 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rTorrentOnWindows
v20 v21 22 22 === Installing Cygwin === #cygwin 23 23 24 Download Cygwin 1.7 (or newer) from the [http://www.cygwin.com/ Cygwin page] ( [http://cygwin.com/setup.exe direct link]).24 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 25 26 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. … … 28 28 You're going to need the following packages in order to compile and run [http://libtorrent.rakshasa.no/ rTorrent]: 29 29 30 ./autogen.sh: 31 * automake 32 * libtool 30 33 * cppunit 31 * gcc4 34 35 ./configure: 36 * gcc-core 37 * gcc-g++ 38 * openssl-devel 39 * pkg-config 40 41 make: 42 * make 43 32 44 * git 33 45 * libcurl-devel 34 46 * libncurses-devel 35 * libtool36 * make37 * openssl-devel38 47 * patch 39 * pkg-config40 48 * subversion 41 49 * wget 50 51 recommended: 52 * diffutils 42 53 43 54 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). … … 45 56 Now you can proceed with [http://libtorrent.rakshasa.no/ rTorrent]. 46 57 47 === Installing libsigc++ === #libsigc58 === Preparation === 48 59 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.60 By default, [http://www.cygwin.com/ Cygwin] has no /usr/localr/src, so create one. 50 61 51 62 {{{ 52 63 mkdir -p /usr/local/src 53 64 }}} 65 66 === Installing libsigc++ === #libsigc 67 68 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. 54 69 55 70 Download, 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.