KDE4 on FreeBSD
Ok, so I decided it was time I started working with FreeBSD. So far so good! I decided that I wanted a desktop environment. I’ve gone back and forth between Gnome and KDE. I like KDE4 when it works. I thought I might as well build from scratch so that I can get the latest stable release. This went “fairly” smooth on FreeBSD. Here are my hints:
“make config-recursive” is your friend. Be sure to run this from “/usr/ports/x11/kde4”. This will automatically have you select your options before installing. The bad part… If you select PulseAudio and CUPS, you will still get the installation to stop later on for their options. So, one option is to install those items before installing kde. You can then do a config-recursive there as well.
So, here are the steps (installing CUPS as well):
- cd /usr/ports/print/cups
- make config-recursive
- make install clean
- cd /usr/ports/x11/kde4
- make config-recursive
- make install clean
I had the unfortunate event of my internet going out once during the compile so I couldn’t download the files. I also had some strange thing happen and my host machine had to reboot during the process. Both times I was able to just re-issue “make install clean” and the compile picked right up where it left off.
This was one of the best compile experiences I’ve had, and it was the whole DE! That’s saying something about FreeBSD. If compiling is something you want to do but don’t want to deal with dependencies, please check this OS out.
Coming soon… how to completely install and configure FreeBSD on VirtualBox.