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

I want to help to improve! #229

Open
fafato1 opened this issue Jan 22, 2025 · 1 comment
Open

I want to help to improve! #229

fafato1 opened this issue Jan 22, 2025 · 1 comment

Comments

@fafato1
Copy link

fafato1 commented Jan 22, 2025

I'm a bit of a newbie with C++, but I believe I can help implement simple functions!
Like in the receiving part, being able to choose a fiat currency to set the price!

But I'm facing problems when trying to build the project in CLion using within WSL2 with Ubuntu 24.04

Image

@tobtoht
Copy link
Contributor

tobtoht commented Feb 2, 2025

To build Feather with the QR code scanner, you need Qt 6.5 or higher. Ubuntu 24.04 ships Qt 6.4.

Option 1: Disable the QR code scanner by adding -DWITH_SCANNER=OFF to your CMake configuration.

Option 2: Manually install Qt 6.5 or higher using the installer and add -DCMAKE_PREFIX_PATH=/path/to/qt/installation to your CMake configuration.

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