Skip to content
Petr Bena edited this page Oct 26, 2017 · 6 revisions

Debian / Ubuntu

  • Download qt4 packages, including webkit
  • You can build huggle with Qt5 as well
# This may vary depending on your OS version
# Audio may be enabled if you have all required packages
sudo apt-get install libqt4-dev libqt4-webkit libqt4-network qt4-qmake libqtwebkit-dev libqt4-dev-bin qt4-dev-tools
./configure --extension --qt4 --no-audio
cd huggle_release
make

Other distros

./configure --extension --web-engine --qtpath <path_to_your_qt> --qt5

Note: qtpath is path to root folder of Qt version you want, for example ~/Qt/qt5.7_gcc/

Clone this wiki locally