Skip to content

Instantly share code, notes, and snippets.

@brossi
Last active October 5, 2016 17:20
Show Gist options
  • Save brossi/af239b3615cacf975e0face3c842b7b5 to your computer and use it in GitHub Desktop.
Save brossi/af239b3615cacf975e0face3c842b7b5 to your computer and use it in GitHub Desktop.
Compile TCL-TK from source (Fixed)
svn checkout -r 374 https://svn.code.sf.net/p/tkimg/code/trunk
cd trunk
./configure --prefix=/usr/local/Cellar/tcl-tk/8.6.4
make collate
make install-libraries
cp Img/prefix/include/* /usr/local/Cellar/tcl-tk/8.6.4/include
cp -r Img/exec_prefix/lib/* /usr/local/Cellar/tcl-tk/8.6.4/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment