Building Murmur on 14.2 Server
by Sylvester Ink from LinuxQuestions.org on (#525QJ)
I'm trying to build the Murmur Slackbuild (https://slackbuilds.org/repository/14.2/network/murmur/) on my Linode server, running Slackware 14.2.
It seems that the latest version of Murmur requires QT5, which requires libxkbcommon, which won't build because it requires X11, which isn't installed on my server. It seems to me that all of this should be unnecessary for just the server, but for all I know it could be using some of the QT plumbing internally.
In any case, what would be the best way to go about building the software on the server?


It seems that the latest version of Murmur requires QT5, which requires libxkbcommon, which won't build because it requires X11, which isn't installed on my server. It seems to me that all of this should be unnecessary for just the server, but for all I know it could be using some of the QT plumbing internally.
In any case, what would be the best way to go about building the software on the server?