Replies: 4 comments 5 replies
-
I just want to add these static builds work on WSL2. |
Beta Was this translation helpful? Give feedback.
-
Very nice. Here is some feedback. I link to lines relative to libtorrent, but most feeback applies to all usages of CMake in your script. Should be Since you are using Ninja, If Boost is not picked up from just Put |
Beta Was this translation helpful? Give feedback.
-
You might also be interested in the ongoing efforts to make qBittorrent build with Qt6, and also CI for it: #14465, glassez#1. |
Beta Was this translation helpful? Give feedback.
-
Some images from my qt6 build using https://github.com/glassez/qBittorrent/tree/qt6 |
Beta Was this translation helpful? Give feedback.
-
I have updated my build script to also provide a cmake version + graphs.
Note: static builds work on WSL2.
It's not just cmake but also qt6 ready. Using qt6 will fail at building qbittorrent since it's not ready yet, but when it is, this script should be ready to do it.
Here is an example of the Alpine linux builds with stacktrace enabled via libexecinfo.
Note: libecexinfo is built with qt5/6 as well not just qbittorrent.
https://github.com/userdocs/test/actions/runs/871309669 (for the graphs)
https://github.com/userdocs/test/releases/tag/release-4.3.5_v1.2.13
https://github.com/userdocs/test/releases/tag/release-4.3.5_v2.0.3
So my script is now able to build these combinations.
The make points here are:
Beta Was this translation helpful? Give feedback.
All reactions