tclx - Extended Tcl (TclX) ChangeLog

HOWTO


# TclX 8.4.0
# ==========
# Slackware 9.0, 9.1, 10.0, 10.1, and 10.2's 'tclx' packages include
# version 8.3.5

# Prerequisites:
# tcl
# tk
# groff

# To build a threaded tclx add --enable-threads to the configure lines below

cd
test -f installed/tclx8.4.tar.bz2 && mv installed/tclx8.4.tar.bz2 .
test ! -f tclx8.4.tar.bz2 &&
wget http://download.sf.net/tclx/tclx8.4.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "tclx?.*.*" -exec rm -r {} \;
tar xjvf ~/tclx8.4.tar.bz2
cd tclx8.4
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr
make
su -c "test -x /sbin/removepkg && /sbin/removepkg tclx ; make install"
make clean
./configure --prefix=/usr --enable-shared
make
su -c "make install ; ldconfig"
cd
mkdir -p -m 0700 installed
rm -f installed/tclx?.*.tar.*
mv tclx8.4.tar.bz2 installed/

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-01-06 10:33am
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]