Replies: 3 comments
-
Please see #845 I had the same problem under Ubuntu 24.04, it's related to Qt version. |
Beta Was this translation helpful? Give feedback.
-
The minimal supported Qt version is 6.8. Inside Ubuntu 24.04 the Qt version is too old. Please follow the section "Debian / Ubuntu Linux" in the README.md (https://github.com/AlbrechtL/welle.io?tab=readme-ov-file#debian--ubuntu-linux) in order to compile welle.io. |
Beta Was this translation helpful? Give feedback.
-
I tried this, sort of, but can't run qcreator. I want to build from command-line (inside docker). I only want to use the radio as backend for my snapcast multi-room audio setup. I don't use the frontend, only the built-in webserver using welle-cli. Thanks to @andimik the last build is running fine without the need to use the QT online installer (and account). I will attach my docker-compose.yaml and Dockerfile in a few minutes. Right now i'm cleaning them up. For now i modified radio_controller as suggested by @andimik and i copy it over after the git clone. This works fine; maybe i'll later create some sed command to modify it in place.
docker-compose.yml
Dockerfile
![]() NB: last edit ;-) maybe i installed a few packages to much and maybe i can clean up some slack after the installation, but for my use the space is not that much an issue. It works great for now! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm trying to compile on OS is Ubuntu 24.04
i get this error
Can you please tell me what is wrong?
NB, i used cmake .. -DRTLSDR=1
Beta Was this translation helpful? Give feedback.
All reactions