# # Build tcl on windows # # The follow commands were used to create the tcl distribution # for windows. You can source this file. # # NOTE: make sure that you have write permissions # to C:/cygwin64. You may need to change # permissions usings Windows before starting # to compile. # # NOTE: the installers for tcllib and tklib are interactive. # simply click "install" button when the windows pop up. ##mkdir -p /SV15/src ##cd /SV15/src/ ##svn co https://www.simtk.org/svn/sv_thirdparty/trunk/src/BuildHelpers BuildHelpers cd /SV15/BuildHelpers/ source ./untar-source-and-relocate.sh source ./patch-source-tcltk.sh source ./patch-source-vtk.sh source CygwinHelpers/clean-env.sh source CygwinHelpers/msvc_2010_x64 source compile-tcl-msvc-2010-x64.sh source CygwinHelpers/clean-env.sh source CygwinHelpers/msvc_2013_x64 source compile-tcl-msvc-2013-x64.sh source CygwinHelpers/clean-env.sh source compile-tcl-mingw64.sh source create-archives-tcltk.sh