| Installing FatRat |
|
FatRat uses the CMake build system, just like KDE 4. Install the following dependencies (including devel packages): Trolltech Qt 4, gloox (for Jabber support), libssh2 (for SFTP support) and Rasterbar libtorrent 0.13 (you may use a snapshot). Only Qt is mandatory. If you want a full version of FatRat (including BitTorrent, SFTP, Jabber and localization support), proceed like this: cmake . -DWITH_BITTORRENT=ON -DWITH_SFTP=ON -DWITH_JABBER=ON -DWITH_NLS=ON Prefix can be changed to /usr using -DCMAKE_INSTALL_PREFIX=/usr. |

