Changes between Version 29 and Version 30 of rTorrentOnWindows


Ignore:
Timestamp:
06/26/16 19:37:17 (8 years ago)
Author:
Gabor Hudiczius
Comment:

updated compilation steps and patches

Legend:

Unmodified
Added
Removed
Modified
  • rTorrentOnWindows

    v29 v30  
    5959git clone https://github.com/ghudiczius/libtorrent libtorrent-git
    6060cd /usr/local/src/libtorrent-git
     61git checkout feature/cygwin_compilation_fix
    6162./autogen.sh
    6263./configure --disable-mincore
     
    8889git clone https://github.com/ghudiczius/rtorrent rtorrent-git
    8990cd /usr/local/src/rtorrent-git
     91git checkout feature/cygwin_compilation_fix
    9092./autogen.sh
    9193./configure --with-xmlrpc-c
     
    9597}}}
    9698
    97 If `make` fails with the message ''"No package 'libtorrent' found"'' you might need to set the PKG_CONFIG_PATH environmental variable:
     99If `./configure` or `make` fails with not finding the package 'libtorrent' you might need to set the PKG_CONFIG_PATH environmental variable:
    98100
    99101{{{