Zde je chyba, kterou to hází při cmake:
root@debian:/home/lukas/Downloads/fatrat-1.2.0_beta2# cmake . -DWITH_BITTORRENT=ON -DWITH_SFTP=ON -DWITH_WEBINTERFACE=ON
-- Boost version: 1.49.0
-- Could NOT find JNI (missing: JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
-- checking for module 'libtorrent-rasterbar >= 0.16.0'
-- package 'libtorrent-rasterbar >= 0.16.0' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
CMakeLists.txt:59 (pkg_check_modules)
CMake Error at CMakeLists.txt:69 (message):
No Rasterbar libtorrent found
-- Configuring incomplete, errors occurred!
root@debian:/home/lukas/Downloads/fatrat-1.2.0_beta2#
libtorrent-rasterbar-dev a všechny ostatní už jsou ale nainstalované (stačílo zkusit nainstalovat novější verzi..):
root@debian:/home/lukas/Downloads/fatrat-1.2.0_beta2# sudo apt-get install qt4-dev-tools libssh-4 libqt4-core libtorrent14 build-essential libtorrent-rasterbar-dev libgloox-dev libcurl4-openssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
libcurl4-openssl-dev is already the newest version.
libgloox-dev is already the newest version.
libssh-4 is already the newest version.
libtorrent14 is already the newest version.
libtorrent-rasterbar-dev is already the newest version.
libqt4-core is already the newest version.
qt4-dev-tools is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 54 not upgraded.
root@debian:/home/lukas/Downloads/fatrat-1.2.0_beta2#