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

Do you guys have a better build guide #11

Open
ryzendew opened this issue Jun 20, 2024 · 1 comment
Open

Do you guys have a better build guide #11

ryzendew opened this issue Jun 20, 2024 · 1 comment

Comments

@ryzendew
Copy link

the build guide you have is really not good and i want to test it on fedora 40 but i found no copr

@XenHat
Copy link

XenHat commented Jun 23, 2024

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:

  1. Make sure you unload any external package manager (i.e. brew)'s environment before proceeding (I found that out the hard way)
  2. sudo dnf install meson
  3. pip install fdbuild
  4. git clone https://github.com/winft/theseus-ship/ && cd theseus-ship
  5. fdbuild --init-with-template kwinft-plasma-meta && cd kwinft-plasma-meta
  6. 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
  7. 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.

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