Commit acfe60eb authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Normal TCL build should be in /usr

parent 392c9e0c
all:
tar xf tcl8.6.8-src.tar.gz
cd tcl8.6.8/unix && ./configure --prefix=/usr
$(MAKE) -C tcl8.6.8/unix
$(MAKE) -C tcl8.6.8/unix install
$(MAKE) -C tcl8.6.8/unix install-private-headers
rm -rf tcl8.6.8
temporary: temporary:
tar xf tcl8.6.8-src.tar.gz tar xf tcl8.6.8-src.tar.gz
cd tcl8.6.8/unix && ./configure --prefix=/tools cd tcl8.6.8/unix && ./configure --prefix=/tools
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment