Renaming "Makefile" to "Makefile.bak" Tcl/Tk version: 8.5 Your operating system is: CYGWIN_NT-6.1-WOW64 1.7.29(0.272/5/3) Location of "tcl.h": /usr/include Location of "tk.h": /usr/include Location of Tcl 8.5 library: /usr/lib Location of Tk 8.5 library: /usr/lib Location of X11 library: /usr/lib Checking if your system already has zlib installed: yes.
#!/bin/sh # Scid vs. PC # # Based on Shane's Chess Information Database # # Copyright Steven Atkinson (stevenaaus@yahoo.com) , Pascal Georges, Shane Hudson # Released under the GPL # This is freely redistributable software; see the file named "COPYING" # or "copying.txt" that came with this program. # The next line restarts using tkscid: \ exec `dirname $0`/tkscid "$0" "$@" # Alter the version if any patches have been made to the Tcl code only: set scidVersion 4.12 set scidVersionDate {Mar 25, 2014} ... ...