Actiona on RHEL

Post here if you need help using Actiona
Post Reply
swojtek
Posts: 1
Joined: 26 Aug 2015, 09:15

Actiona on RHEL

Post by swojtek »

Hello,
It is possible to use Actiona on Red Hat Enterprise Edition? How to compile on RHEL from sources?
User avatar
Jmgr
Admin
Posts: 1649
Joined: 07 Dec 2005, 15:45
Contact:

Re: Actiona on RHEL

Post 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.
"My software never has bugs. It just develops random features."
Post Reply