-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building without GUI #18
Comments
Jacob,
I don’t think that this is possible in the present build structure, but it is certainly feasible to make this an option. WRspice can run without the GUI graphics (-dnone command line option), so it should not be difficult to make this mode a target. I’ll look at this and perhaps make this available in the upcoming big devel merge that will bring into master most of a years work in porting to QT. If not before the merge, soon thereafter. This is a very worthwhile idea, thanks.
Regards,
Steve
… On Jan 31, 2024, at 8:33 AM, risc26z ***@***.***> wrote:
Hello, I'm wondering whether it's possible to build WRSpice without a GUI? I realise that the GTK, etc, libraries are required per the build instructions. However, I noticed that there is an ASCII plot facility in the source code, and wondered whether it might be feasible? I'm interested in doing some optimisation on a SPICE engine, and I'd much prefer to work on C++ code without pulling in vast dependencies.
Thanks, Jacob
—
Reply to this email directly, view it on GitHub <#18>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEZ4PVAMURFWOCQ3WT6T2H3YRJW45AVCNFSM6AAAAABCTL5RACVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYTANJQGI2TQNI>.
You are receiving this because you are subscribed to this thread.
|
Thanks Steve, I'll look forward to that. I did have a look at the build system, but felt it was best to ask someone who has already worked with it. I'm more familiar with CMake. BTW, I've got to express my admiration for you having put in the huge effort to port the code to C++. (I'm familiar enough with the SPICE code to get nightmares, so I do appreciate the scale :-)) |
One more suggestion: if you'd be willing to do so, it'd be great to split out at least wrspice and its unavoidable dependencies into separate git submodules. I'm currently experimenting to see what those dependencies actually are, if one is willing to sacrifice the help and all plot-related commands. (This is all in a messy cmake project full of ugly bodges in order to try to get it to at least build.) |
The tree now builds without a GUI toolkit specified. The parts of WRspice and Xic that are not GUI-dependent should work, but I haven't done much checking so far. |
Hi Steve, thanks for making this change! I've tested out WRspice compiled without a GUI and it works well. I'm trying to get the no GUI XicTools packaged for Julia and they prefer to package releases not commits, so I was wondering if you could tag a new release that includes this feature. Thanks for considering this request. Regards, Kevin |
Hello, I'm wondering whether it's possible to build WRSpice without a GUI? I realise that the GTK, etc, libraries are required per the build instructions. However, I noticed that there is an ASCII plot facility in the source code, and wondered whether it might be feasible? I'm interested in doing some optimisation on a SPICE engine, and I'd much prefer to work on C++ code without pulling in vast dependencies.
Thanks, Jacob
The text was updated successfully, but these errors were encountered: