This is where we begin to merge our discussion of distcc and the Raspberry Pi. The first thing I needed to do was actually get distcc installed on the Pi. Don’t forget the monitor so you can tell if things are working. I also created a ~/.distcc/hosts file. localhost roland-desktop roland-HP-Compaq-8100-Elite-SFF-PC After adding the previously mentioned make options to the project my out of the box attempt went like this: Notice the red bars? This … How Far We’ve Come – Pt. 8Read more
Raspberry Pi
How Far We’ve Come – Pt. 7
Originally I did a stupid thing. It was so stupid I made it the featured image for this post. I used the install/remove applications menu option to install postgresql and postgresql-contrib. Finding postgresql was like finding a needle in a haystack after using the search. The software manager for the Raspberry Pi doesn’t order by package name nor does it display that first. It displays the one-line human friendly description first and has a sort … How Far We’ve Come – Pt. 7Read more
KDE Neon – Distcc and Qt
One of the tools which was wildly touted years ago was distcc. This is a distributed compilation system which can be brutal to set up, but can also dramatically reduce compilation times for big jobs. It has fallen out of favor in recent years because most developers end up getting a quad or more core machine with a modern enough CPU to have all kinds of virtualization and hyper threading. These machines also tend to … KDE Neon – Distcc and QtRead more
Qt Pi Stuff on Pause for Now
A few weeks back I took an on-site contract far away from home and could not bring all of my toys so the Qt on Pi stuff is on hold until this contract ends. My apologies. I will still be writing the occasional blog post but they will be “thought pieces” instead of coding pieces.
Raspberry Qt – Part 13 – A Bit of Explanation
Please read Part 12 first. Were this a book I would be printing and explaining a lot of code. This isn’t a product people are paying for so it will be a bit more limited. Hopefully you pulled down the original source zip posted quite a ways back in this thread. You should have also pulled down the Pi QML zip file from my previous post. Now you just have to pull down this file.deskQml … Raspberry Qt – Part 13 – A Bit of ExplanationRead more