Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flightaware/tclx

Official home of the TclX extension for Tcl
https://github.com/flightaware/tclx

tcl tcl-extension unix

Last synced: 2 months ago
JSON representation

Official home of the TclX extension for Tcl

Awesome Lists containing this project

README

        

#
# This makes sure that TEA knows about all the necessary bits and stuffs them into configure from configure.in
#
autoreconf

#
# This keeps configure honest if you have both clang and gcc installed
#
CC=clang CXX=clang++ ./configure --prefix=/usr/local --with-tcl=/usr/local/lib/tcl8.6

# Then "make clean" and "make"