2013-12-19

SampleExtension

SampleExtension implements an extension calculating the Core Secure Hash Algorithm (sha1).

Below is how to download SampleExtension and tclconfig source code method (from Tcler's Wiki):
# Replace sample with the name of your extension
wget -qO- http://core.tcl.tk/sampleextension/tarball/sample.tar.gz | tar xzv
cd sample
wget -qO- http://core.tcl.tk/tclconfig/tarball/tclconfig.tar.gz | tar xzv
# Write your source files
# Edit configure.in
autoconf
# And then the usual:
./configure
make