📄 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 + -