# Build/install Tcl the way Slackware's binary package is made: CWD=`pwd` cd /tmp tar xzvf $CWD/tcl8.3.1.tar.gz cd tcl8.3.1 mkdir -p /usr/doc/tcl8.3.1 cp -a README changes license.terms /usr/doc/tcl8.3.1 chown root.root /usr/doc/tcl8.3.1/* cd unix ./configure --prefix=/usr --disable-shared make install make clean ./configure --prefix=/usr --enable-shared make install