Changes between Version 3 and Version 4 of rTorrentOnWindows


Ignore:
Timestamp:
07/26/09 00:30:11 (15 years ago)
Author:
Gabor Hudiczius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rTorrentOnWindows

    v3 v4  
    1414Download 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]).
    1515
    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).
     16Start 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
     18You'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
     31These 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).
    1732
    1833Now we can proceed with [http://libtorrent.rakshasa.no/ rTorrent].
     
    102117svn co svn://rakshasa.no/libtorrent/trunk/rtorrent rtorrent-svn
    103118cd rtorrent-svn
    104 wget http://projects.cyla.homeip.net/rtwi/download/misc/rtow.diff
     119wget http://projects.cyla.homeip.net/rtwi/downloads/misc/rtow.diff
    105120patch -p0 < rtow.diff
    106121./autogen.sh