Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fedora Build Instructions #63

Open
zamu-flowerpot opened this issue Aug 7, 2024 · 1 comment
Open

Fedora Build Instructions #63

zamu-flowerpot opened this issue Aug 7, 2024 · 1 comment

Comments

@zamu-flowerpot
Copy link

Not an issue per-say, but I wanted to build this on Fedora and had to grok the build instructions.

As of Fedora 40:

sudo dnf install -y git make cmake automake gcc gcc-c++ \
    qt6-qtbase-devel qt6-qt5compat-devel qt6-qttools qt6-linguist \
    qt6-qttools-devel qt6-qtmultimedia-devel qt6-qtwebengine-devel

git clone 'https://github.com/mvf/qolibri'
cd qolibri

cmake -DCMAKE_BUILD_TYPE=Release .
make -j`nproc`

Not 100% sure you need all of the non -devel packages, but I was able to test the build on a fresh Fedora 40 system (via a container).

@mvf
Copy link
Owner

mvf commented Aug 10, 2024

Thanks for letting me know. The GitHub builds should also run on Fedora. To try:

  • Go to Actions
  • Click the topmost workflow run
  • Download the ubuntu22.04 artifact. It's a ZIP archive that also contains binary tarballs for both Qt 5 and 6. They should run anywhere Qt is installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants