siduck / chadwm

Making dwm as beautiful as possible!
MIT License
2.17k stars 170 forks source link

Installing on Fedora #110

Closed jckso closed 2 years ago

jckso commented 2 years ago

When running sudo make install on Fedora, I am getting the error fatal error: X11/Xlib.h: No such file or directory. I think there are some undocumented dependencies for this project on Fedora.

siduck commented 2 years ago

make sure you have all dependencies needed to build dwm installed

jckso commented 2 years ago

I think there are also some issues with the instructions because this repo is cloned to ~/.config. so ~/.config/chadwm/scripts/run.sh should be ~/.config/scripts/run.sh. Could be wrong, just an observation while trying to get the dependencies figured out.

siduck commented 2 years ago

repo is cloned at .config/ and the repo name is chadwm so the path will be ~/.config/chadwm

jckso commented 2 years ago

I get this after trying to start dwm. Screenshot_fedora-clone_2022-07-17_19:05:00

siduck commented 2 years ago

chmod all scripts

jckso commented 2 years ago

I got it installed! Would you mind if I write a little guide that you could put on this repo? There are some oddities to installing on Fedora, and I think it could be helpful for others.

siduck commented 2 years ago

yep sure, send a PR :)