holzschu / a-shell

A terminal for iOS, with multiple windows
BSD 3-Clause "New" or "Revised" License
2.5k stars 112 forks source link

Run ngspice from shell #61

Open struchenbachen opened 4 years ago

struchenbachen commented 4 years ago

Hi, first of all thank you for the app, it is very useful for my work. I have question: is it possible to run ngspice having its C source code? https://github.com/imr/ngspice If yes, how is the procedure? Thank you!

holzschu commented 4 years ago

The generic procedure to compile a package from it source code is:

The current limitations are: no interactive input from the keyboard, and no graphical user interface (so, for ngspice specifically, these are pretty strong limitations).

struchenbachen commented 4 years ago

Thanks for the answer. I will try to follow the instructions and let you know how it goes.