https://github.com/flightaware/zookeepertcl
Tcl interface to Apache zookeeper distributed coordination system
https://github.com/flightaware/zookeepertcl
tcl-extension zookeeper
Last synced: 11 months ago
JSON representation
Tcl interface to Apache zookeeper distributed coordination system
- Host: GitHub
- URL: https://github.com/flightaware/zookeepertcl
- Owner: flightaware
- License: bsd-3-clause
- Created: 2017-03-02T19:15:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T23:09:47.000Z (about 2 years ago)
- Last Synced: 2025-07-25T00:12:35.269Z (11 months ago)
- Topics: tcl-extension, zookeeper
- Language: M4
- Size: 249 KB
- Stars: 3
- Watchers: 20
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.FreeBSD
- License: LICENSE
Awesome Lists containing this project
README
#
# zookeepertcl configure for FreeBSD
#
autoreconf
# clang
CC=clang CXX=clang++ CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --with-tcl=/usr/local/lib/tcl8.6 --mandir=/usr/local/man
# gcc
#./configure --with-tcl=/usr/local/lib/tcl8.6 --mandir=/usr/local/man
#--enable-symbols