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

Force use system Qt on unsupported linux distros #86

Open
000exploit opened this issue Dec 25, 2021 · 2 comments
Open

Force use system Qt on unsupported linux distros #86

000exploit opened this issue Dec 25, 2021 · 2 comments

Comments

@000exploit
Copy link

Unfortunately(or not), I'm using Gentoo and already installed all dependencies, so I want just build Vircadia client/server/other targets, but build system forces me to build Qt because System Qt is not supported on your system. Will be there something like VIRCADIA_FORCE_SYSTEM_QT of VIRCADIA_PASS_QT_BUILD env variables or similar arguments

@JulianGro
Copy link
Contributor

Yes, set VIRCADIA_USE_SYSTEM_QT=true.
vircadia-builder is supposed to automate the build process as much as possible but it doesn't have a manifest for Gentoo for it to know if System Qt is supported or not.
Are you writing a manifest, or are you just building with --distro custom?

@000exploit
Copy link
Author

Just with --distro custom, it may be impossible to write manifest for Gentoo. It's necessary to set USE flags in make.conf or any other files, so with current manifest it can't be done automatically.

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