Page 1 of 1

Actiona on RHEL

Posted: 26 Aug 2015, 09:16
by swojtek
Hello,
It is possible to use Actiona on Red Hat Enterprise Edition? How to compile on RHEL from sources?

Re: Actiona on RHEL

Posted: 26 Aug 2015, 10:09
by Jmgr
Hi,

Probably, but I never tried. No idea how the required dependencies are called under Red Hat, but they should be similar to the ones under Debian :

Code: Select all

qtbase5-dev, libqt5x11extras5-dev, libqt5xmlpatterns5-dev, qtscript5-dev, qttools5-dev, qtmultimedia5-dev, qttools5-dev-tools, libxtst-dev, libnotify-dev, libopencv-dev, libboost-dev
And then you can just run "qmake -r && make" in the source directory to compile everything.