mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
eeshow/DEMO: add libgtk-3-dev dependency; add GUI invocation
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
apt-get install libcairo2-dev
|
apt-get install libcairo2-dev
|
||||||
apt-get install libgit2-dev
|
apt-get install libgit2-dev
|
||||||
|
apt-get install libgtk-3-dev
|
||||||
apt-get install qiv
|
apt-get install qiv
|
||||||
|
|
||||||
# Get all the things we need
|
# Get all the things we need
|
||||||
@@ -23,3 +24,8 @@ eda-tools/eeshow/eeshow $LIBS 6a9f71:neo900_SS_5.sch -- \
|
|||||||
# View the result
|
# View the result
|
||||||
|
|
||||||
qiv -t diff.png old.png new.png
|
qiv -t diff.png old.png new.png
|
||||||
|
|
||||||
|
|
||||||
|
# Interactively view the schematics
|
||||||
|
|
||||||
|
eda-tools/eeshow/eeshow -r $LIBS neo900.sch
|
||||||
|
|||||||
Reference in New Issue
Block a user