-
Notifications
You must be signed in to change notification settings - Fork 25
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
Xschem on windows using the Cygwin - Cygwin/X Posix layer #324
Comments
Here is a step-by-step guide to installing Cygwin and Xschem: 1) Go to https://cygwin.com/ and install Cygwin (click on setup-x86_64.exe)
2) Run Cygwin (double-click on the Cygwin icon on Desktop) and install the necessary packages:
3) Install any X server for Windows (example below for VcXsrv)
4) Go back to Cygwin and run Xschem (type or copy/paste the following commands) Hope this helps. |
It is possible to run Xschem (as well as many other unix console / graphical applications) on Windows by installing the Cygwin library.
Cygwin is a DLL that provides a translation layer for almost all Unix system calls. Many Unix tools are ported to cygwin and available ready to install (like gcc, a ton of libraries, toolkits, flex, bison, awk, sed, a bash shell and many more).
Cygwin/X provides a X server built on top of cygwin that provides all the X11 functionality.
As a result many native Unix / Linux (console and graphical) applications can be built to run on Windows almost unchanged.
There are of course limitations for some apps that use Unix functions that are difficult to port on a different OS, but Xschem is not in this list.
The text was updated successfully, but these errors were encountered: