Hardware Reference
In-Depth Information
Solution
Use the Upverter schematic-file-converter Python script. For example, suppose that you
want to convert the Fritzing file for the diagram shown in Figure 9-9 . First, install Upverter.
I found it necessary to install libfreetype6 and freetype-py onto my system, but
you might not need this first step:
host$ sudo apt-get install libfreetype6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libfreetype6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 154 not upgraded.
host$ sudo pip install freetype-py
Downloading/unpacking freetype-py
Running setup.py egg_info for package freetype-py
Installing collected packages: freetype-py
Running setup.py install for freetype-py
Successfully installed freetype-py
Cleaning up...
NOTE
All these commands are being run on the Linux-based host computer, as shown by the host$
prompt. Log in as a normal user, not root .
Now, install the schematic-file-converter tool:
host$ git clone git@github.com:upverter/schematic-file-converter.git
Cloning into 'schematic-file-converter'...
remote: Counting objects: 22251, done.
remote: Total 22251 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (22251/22251), 39.45 MiB | 7.28 MiB/s, done.
Resolving deltas: 100% (14761/14761), done.
Checking connectivity... done.
Checking out files: 100% (16880/16880), done.
Search WWH ::




Custom Search