Building SwaFX with wlroots subproject #183
-
Hey there. I'm really enjoying SwayFX. Id like to contribute but I'm having just a bit of trouble getting my dev environment to build sway. I run into this issue:
As you can see the SwayFX code doesn't seem to be linking against the object files in the subject. May I ask how you all build SwayFx? And what I maybe missing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I clone the wlroots repo into subprojects/wlroots and checkout the latest stable tag. Then build the wlroots subproject (probably not needed though), then build sway as usual :) Don't forget to install all of the dependencies. More info here: https://github.com/swaywm/sway/wiki/development-setup |
Beta Was this translation helpful? Give feedback.
I clone the wlroots repo into subprojects/wlroots and checkout the latest stable tag. Then build the wlroots subproject (probably not needed though), then build sway as usual :)
Don't forget to install all of the dependencies. More info here: https://github.com/swaywm/sway/wiki/development-setup