hello again, im trying to compile from source but for linux no windows.
im using the guide:
www.pokerth.net/wiki.html, the option "installation"
i think i installed all the libs needed, i installed it using synaptic (i new using linux

), im using ubuntu 12.04
anyway, when i try to make install i got an error, this is what i got:
make -f Makefile.pokerth_protocol install
make[1]: se ingresa al directorio «/home/mariano/Documentos/pokerth/Pokerthsrc»
make[1]: No se hace nada para «install».
make[1]: se sale del directorio «/home/mariano/Documentos/pokerth/Pokerthsrc»
make -f Makefile.pokerth_db install
make[1]: se ingresa al directorio «/home/mariano/Documentos/pokerth/Pokerthsrc»
make[1]: No se hace nada para «install».
make[1]: se sale del directorio «/home/mariano/Documentos/pokerth/Pokerthsrc»
make -f Makefile.pokerth_lib install
make[1]: se ingresa al directorio «/home/mariano/Documentos/pokerth/Pokerthsrc»
make[1]: No se hace nada para «install».
make[1]: se sale del directorio «/home/mariano/Documentos/pokerth/Pokerthsrc»
/usr/bin/qmake /home/mariano/Documentos/pokerth/Pokerthsrc/pokerth_game.pro -o Makefile.pokerth_game
WARNING: /home/mariano/Documentos/pokerth/Pokerthsrc/src/third_party/qtsingleapplication/qtsingleapplication.pri:1: Unable to find file for inclusion ../common.pri
WARNING: /home/mariano/Documentos/pokerth/Pokerthsrc/pokerth_game.pro:382: Variable LIBPATH is deprecated; use QMAKE_LIBDIR instead.
Project MESSAGE: Found boost_thread
Project MESSAGE: Found boost_thread-mt
Project MESSAGE: Found boost_filesystem
Project MESSAGE: Found boost_filesystem-mt
Project MESSAGE: Found boost_iostreams
Project MESSAGE: Found boost_iostreams-mt
Project MESSAGE: Found boost_regex
Project MESSAGE: Found boost_regex-mt
Project MESSAGE: Found boost_system
Project MESSAGE: Found boost_system-mt
Project ERROR: Unable to find boost libraries in PREFIX=/usr
make: *** [Makefile.pokerth_game] Error 2
i dont know what im missing, any help would be appreciated. ^^