Difference between revisions of "EBC Exercise 43 Fritzing"
m |
m |
||
Line 20: | Line 20: | ||
Now, open Fritzing | Now, open Fritzing | ||
− | cd fritzing-$VERS.linux.AMD64 | + | cd fritzing-$VERS.linux.AMD64 |
− | ./Fritzing | + | ./Fritzing |
Follow Adafruit instructions to import the library: https://learn.adafruit.com/using-the-adafruit-library-with-fritzing | Follow Adafruit instructions to import the library: https://learn.adafruit.com/using-the-adafruit-library-with-fritzing |
Revision as of 15:23, 17 November 2019
Embedded Linux Class by Mark A. Yoder
Fritzing is an open-source hardware initiative that makes electronics accessible as a creative material for anyone.
Installing
The Fritzing download site (https://fritzing.org/download/) appears to need a donation. They claim "thousands for hours are required each year to keep up development", but it hasn't be updated since June 2, 2016.
Here's another way to download:
host$ VERS=0.9.3b host$ wget http://fritzing.org/download/$VERS/linux-64bit/fritzing-$VERS.linux.AMD64.tar.bz2 host$ tar xvjf fritzing-$VERS.linux.AMD64.tar.bz2
Before running it, get the Adafruit library (https://learn.adafruit.com/using-the-adafruit-library-with-fritzing)
host$ wget https://github.com/adafruit/Fritzing-Library/archive/master.zip host$ unzip master
Now, open Fritzing
cd fritzing-$VERS.linux.AMD64 ./Fritzing
Follow Adafruit instructions to import the library: https://learn.adafruit.com/using-the-adafruit-library-with-fritzing
Embedded Linux Class by Mark A. Yoder