Difference between revisions of "EBC Exercise 43 Fritzing"

From eLinux.org
Jump to: navigation, search
m
m (Installing: Update 2020)
 
Line 7: Line 7:
 
== Installing ==
 
== Installing ==
 
The Fritzing download site (https://fritzing.org/download/) appears to need a donation.  They claim "thousands for hours
 
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.
+
are required each year to keep up development".
  
 
Here's another way to download:
 
Here's another way to download:
  
  host$ '''VERS=0.9.3b'''
+
  host$ '''sudo apt update'''
  host$ '''wget http://fritzing.org/download/$VERS/linux-64bit/fritzing-$VERS.linux.AMD64.tar.bz2'''
+
  host$ '''sudo apt install fritzing'''
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)
 
Before running it, get the Adafruit library (https://learn.adafruit.com/using-the-adafruit-library-with-fritzing)
Line 20: Line 19:
  
 
Now, open Fritzing
 
Now, open Fritzing
  cd fritzing-$VERS.linux.AMD64
+
  host$ '''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

Latest revision as of 10:45, 30 October 2020

thumb‎ Embedded Linux Class by Mark A. Yoder


Fritzing is an open-source hardware initiative that makes electronics accessible as a creative material for anyone.

http://fritzing.org/

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".

Here's another way to download:

host$ sudo apt update
host$ sudo apt install fritzing

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

host$ fritzing

Follow Adafruit instructions to import the library: https://learn.adafruit.com/using-the-adafruit-library-with-fritzing




thumb‎ Embedded Linux Class by Mark A. Yoder