diff options
Diffstat (limited to 'DEMO')
-rw-r--r-- | DEMO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -29,3 +29,14 @@ qiv -t diff.png old.png new.png # Interactively view the schematics eda-tools/eeshow/eeshow -r $LIBS neo900.sch + + +# Other projects: c4puter + +mkdir c4puter +cd c4puter +git clone https://github.com/c4puter/motherboard.git +cd motherboard +git submodule init +git submodule update +eeshow -r schlib/library/*.lib *.lib motherboard.sch |