You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the build guide you have is really not good and i want to test it on fedora 40 but i found no copr
I haven't been able to build the package yet.
What I've got so far:
Make sure you unload any external package manager (i.e. brew)'s environment before proceeding (I found that out the hard way)
sudo dnf install meson
pip install fdbuild
git clone https://github.com/winft/theseus-ship/ && cd theseus-ship
fdbuild --init-with-template kwinft-plasma-meta && cd kwinft-plasma-meta
There currently is a bug with fdbuild where it doesn't properly ask for superuser permissions before the install step, so you need to change sudo: false to sudo: true in fdbuild.yaml
fdbuild
And that's where I stopped, as I already had to fix a lot and now it says it can't find Qt6WebSockets and I don't want to break my KDE installation.
the build guide you have is really not good and i want to test it on fedora 40 but i found no copr
The text was updated successfully, but these errors were encountered: