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

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

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