I tried to install/compile utorrent like that:
sudo ./configure
make
make install
and like that:
sudo ./configure --prefix=/path
make
make install
and like that:
sudo ./configure --enable-static-link \
--prefix=$XXX/static --with-curses &&
make &&
make install
and it didn't work!
I get Error: ./configure: No such file or directory.