?? ngconfig.sh
字號:
#!/bin/sh# ngconfig.sh# configure options for ngspice with numparam add-on# run this in ngspice's top-level directory # specify your Numparam directoryHACK=/home/post/spice3f5/hack# over-write the original subckt.ccp -biv $HACK/ngsubckt.c src/frontend/subckt.c # my box needs CFLAGS on 1st run, else 'terminal.c' wont find 'termcap.h' ?CFLAGS=-I/usr/include/ncurses \LIBS=$HACK/libnupa.a \./configure --without-x --prefix=/usr/local/ngsp#### end of sample script ####
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -