Required extensions to build: libbitdht qt-4.x-dev.tcz (includes compiletc.tcz, glib2-dev.tcz, openssl-1.0.0-dev.tcz, qt-4.x-base.tcz) libretroshare (in addition to the libbitdht dependencies) libupnp-dev.tcz gpgme-dev.tcz (libgpg-error-dev.tcz) libgnome-keyring-dev.tcz retroshare-gui (in addition to the libbitdht and libretroshare dependencies) Xorg-7.5-dev.tcz qt-4.x-xml.tcz qt-4.x-script.tcz retroshare-nogui ops, I should do so before retroshare-gui, i guess that does not need the QT and X libraries Notes: I have not packaged plugins (again with qmake & make) because does not seem to work loaded into the program Additional configure options: TO MAKE $ /trunk/libbitdht/src$ qmake $ /trunk/libbitdht/src$ make $ /trunk/libretroshare/src$ qmake libretroshare need to edit the Makefile generated by qmake and add to INCPATH line -I/usr/local/include/glib-2.0/ -I/usr/local/lib/glib-2.0/include/ $ /trunk/libretroshare/src$ make $ /trunk/retroshare-gui/src$ qmake $ /trunk/retroshare-gui/src$ make $ /trunk/retroshare-gui/src$ qmake $ /trunk/retroshare-gui/src$ make TO INSTALL # cp /trunk/libbitdht/src/lib/libbitdht.a /usr/local/lib/ # cp /trunk/libretroshare/src/lib/libretroshare.a /usr/local/lib/ # cp /trunk/retroshare-gui/src/RetroShare /usr/local/bin/ # cp /trunk/retroshare-nogui/src/retroshare-nogui /usr/local/bin/ Path to Icon (require resize to 48x48 pixel) .trunk/retroshare-gui/src/gui/images/retrosharelogo1.png