add comment and short README to ngspice shared
example for reading XSPICE data
This commit is contained in:
parent
404fd7f3b9
commit
0f46bb688f
|
|
@ -0,0 +1,8 @@
|
|||
README.xspice
|
||||
|
||||
Compile shared ngspice with Debug and 64 bit
|
||||
|
||||
Compile the example caller with Visual Studio
|
||||
using ng_shared_test_v.sln.
|
||||
|
||||
Start the example with calling ng_shared_start.bat
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
REM start ngspice example returning XSPICE data
|
||||
cd x64
|
||||
start /B .\Debug\ng_shared_test_v.exe
|
||||
PAUSE
|
||||
|
|
|
|||
Loading…
Reference in New Issue