Thursday, March 12, 2015

Installing Cygwin

1. Grab the installation package from https://www.cygwin.com/
2. Install any packages you require. Common packages include: vim, gnuplot, x11.
- vim is a text editor.
- gnuplot to generate plots
- x11 to open up new windows. Need to use this for gnuplot
  • Attempting to open the gnuplot directly from the cygwin terminal won't work. Have to type in "startxwin", which will open another window. From this window, gnuplot will work.