Hello all!
Relatively new to running BSD as a *desktop* operating system, and I've been trying to get xorg going with xmonad as my window manager. Going off of the (dated looking) instructions on their wiki I am building xmonad like so:
https://wiki.haskell.org/Xmonad/Installing_xmonad#FreeBSD
However this appears to trigger a massive build, and based on the output it appears to be attempting to build llvm from scratch (why?.) Shouldn't xmonad be a relatively small build? Shouldn't it be using my system clang?
During prompts I always tell it to use the clang from base.
Should I let this thing go crazy building stuff or am failing to configure something in the build?
Relatively new to running BSD as a *desktop* operating system, and I've been trying to get xorg going with xmonad as my window manager. Going off of the (dated looking) instructions on their wiki I am building xmonad like so:
https://wiki.haskell.org/Xmonad/Installing_xmonad#FreeBSD
Code:
# cd /usr/ports/x11-wm/hs-xmonad
# sudo make install distclean
During prompts I always tell it to use the clang from base.
Should I let this thing go crazy building stuff or am failing to configure something in the build?