Skip to content

Commit

Permalink
Merge branch 'master' of github.flightaware.com:flightaware/zookeepertcl
Browse files Browse the repository at this point in the history
  • Loading branch information
lehenbauer committed Jan 25, 2017
2 parents 94ee03b + ce2ca62 commit 42255bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.FreeBSD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
#

autoreconf
./configure --with-tcl=/usr/local/lib/tcl8.6 --mandir=/usr/local/man
# 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

0 comments on commit 42255bc

Please sign in to comment.