Skip to content

yuhangwang/Tk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tk

The Tk GUI toolkit that for Tcl

This is an unofficial verbatim redistribution of the binary&source form of the Tk language under its open source license terms (see the LICENSE file).

This redistribution is under the same license as the original.

Please visit the official website for more details: https://www.tcl.tk

Download

You can download the compiled binary files at the release page.

Compilation notes

Compilation environment

  • CentOS 6.6
  • x86_64 architecture
  • Compiler: gcc version 4.4.7 20120313 (Red Hat 4.4.7-11)

Compilation steps

Version: 8.6.4

go to https://www.tcl.tk/software/tcltk/download.html to download the source files
tar zxvf tk8.6.4-src.tar.gz
mkdir build_tk-8.6.4
cd build_tcl-8.6.4
../tk8.6.4/unix/configure LDFLAGS=-L/home/steven/install/tcl/8.6.4/lib CPPFLAGS=-L/home/steven/install/8.6.4/include --with-tcl=/home/steven/install/tcl/8.6.4 --prefix=/home/steven/install/tk/8.6.4 --enable-threads=yes --enable-shared=yes --enable-symbols=yes --enable-64bit=yes
make -j10
make test -j10 | tee QualityVerification.txt
make install

Note: there must be a tclConfig.sh at /home/steven/install/tcl/8.6.4 . This .sh file is automatically generated by configure when compiling Tcl from the source code.

Quality verification

See the "QualityVerification.txt" for the output of "make check".

About

The Tk GUI toolkit that for Tcl

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors