-
-
Notifications
You must be signed in to change notification settings - Fork 94
Building on Linux
Petr Bena edited this page Jul 18, 2017
·
6 revisions
- 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
- Download Qt 5.7 or newer: https://www.qt.io/download-open-source
- Install it
- Open huggle repo/huggle
./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/