Support #341
Updated by Daniel Curtis almost 11 years ago
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:
<pre>
sudo apt-get update
sudo apt-get install fritzing
</pre>
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:
<pre>
sudo apt-get install libqt4-sql-sqlite
</pre>
Fritzing is now ready for use.
h2. Resources
* https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698891