Linux Ubuntu Style PIC Development
PIC microcontroller is a very useful and powerful tool; it’s also simple to set up.
Step 1: An IDE to develop in (PIKlab)
We need to install Qt and KDE libraries in the base Ubuntu install by using:
Sudo apt-get install libqt3-mt, and
Sudo apt-get install kdelibs.
Next, make sure you install the command “alien <insert RPM filename here>“, the [...]
