ngconfig.sh
来自「ngspice又一个电子CAD仿真软件代码.功能更全」· Shell 代码 · 共 21 行
SH
21 行
#!/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 + =
减小字号Ctrl + -
显示快捷键?