Changes between Version 29 and Version 30 of rTorrentOnWindows
- Timestamp:
- 06/26/16 19:37:17 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rTorrentOnWindows
v29 v30 59 59 git clone https://github.com/ghudiczius/libtorrent libtorrent-git 60 60 cd /usr/local/src/libtorrent-git 61 git checkout feature/cygwin_compilation_fix 61 62 ./autogen.sh 62 63 ./configure --disable-mincore … … 88 89 git clone https://github.com/ghudiczius/rtorrent rtorrent-git 89 90 cd /usr/local/src/rtorrent-git 91 git checkout feature/cygwin_compilation_fix 90 92 ./autogen.sh 91 93 ./configure --with-xmlrpc-c … … 95 97 }}} 96 98 97 If ` make` fails with the message ''"No package 'libtorrent' found"'' you might need to set the PKG_CONFIG_PATH environmental variable:99 If `./configure` or `make` fails with not finding the package 'libtorrent' you might need to set the PKG_CONFIG_PATH environmental variable: 98 100 99 101 {{{