Support #341
Installing Fritzing on Ubuntu
Description
During the initial setup of the development environment I needed to setup the prototyping and virtual breadboard program called Fritzing. Luckily the program is included in the Ubuntu software repositories, so to install it was simple. Just run:
sudo apt-get update sudo apt-get install fritzing
Note: I did encounter one small problem after installing where I would get a pop up sayingl;
Sorry, we have a problem with the swapping mechanism. Fritzing still works, but you won't be able to change parts properties.
This was simple to fix by installing the following package:
sudo apt-get install libqt4-sql-sqlite
Fritzing is now ready for use.