Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flightaware/tclx
- Owner: flightaware
- License: other
- Created: 2015-11-09T22:40:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T22:03:32.000Z (10 months ago)
- Last Synced: 2024-01-26T22:25:37.185Z (10 months ago)
- Topics: tcl, tcl-extension, unix
- Language: C
- Homepage:
- Size: 5.59 MB
- Stars: 23
- Watchers: 23
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.FreeBSD
- Changelog: CHANGES
- License: license.terms
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"