CygWin > rTorrent > installing libTorrent (autogen.sh > aclocal not found)

5

1

I was following rTorrent on windows installation instructions.. http://rtwi.jmk.hu/wiki/rTorrentOnWindows

..and i need help.

Installing libTorrent ./autogen.sh

When executing autogen.sh command, i get error aclocal... aclocal not found

^Don't make funny of this. Thank you in advance.

Family Guy

Posted 2013-10-12T13:50:56.827

Reputation: 61

Answers

9

aclocal not found

aclocal is part of automake package. install automake on cygwin

Not a direct answer, but a workaround:

If you need a command line torrent client for windows, use aria2: http://aria2.sourceforge.net/

If you're looking for an open source client for windows, you have transmission and qbittorrent

Savvas Radevic

Posted 2013-10-12T13:50:56.827

Reputation: 1 056

Nope, i am looking only for RuTorrent, yet can't figure out that "aclocal not found". What did i miss? – Family Guy – 2013-10-12T23:12:25.887

I've edited my answer. :) try installing the automake package in cygwin – Savvas Radevic – 2013-10-12T23:32:06.157

4

The program 'aclocal' can be found in the following packages:

  • automake
  • automake1.10
  • automake1.4
  • automake1.9
  • automake1.7

Install like this:

wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg
install apt-cyg /bin
apt-cyg install automake

lapinpt

Posted 2013-10-12T13:50:56.827

Reputation: 141