Skip to content
Discussion options

You must be logged in to vote

I managed to get it compiled. I think my system install of Qt was being pulled in by the compilation process and that is what was causing this issue. I ended up using a Docker container to build. I'll outline the steps below in case it helps anyone else.

Dockerfile

FROM amd64/rockylinux:9
LABEL maintainer="JED"

ENV HOME /root
WORKDIR $HOME

RUN dnf install -y git wget diffutils
RUN dnf install -y epel-release

RUN dnf config-manager --set-enabled crb devel
RUN dnf install -y alsa-lib-devel autoconf automake avahi-compat-libdns_sd-devel bison bzip2-devel cmake-gui curl-devel flex gcc gcc-c++ libXcomposite libXi-devel libaio-devel libffi-devel nasm ncurses-devel nss libtool libxkbcommon li…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jedypod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant