From c817ec61db5002b7d5b72d52fff6e644db495fa3 Mon Sep 17 00:00:00 2001 From: Karl Lehenbauer Date: Tue, 20 Dec 2016 22:56:26 +0000 Subject: [PATCH] how to build for FreeBSD --- README.FreeBSD | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.FreeBSD diff --git a/README.FreeBSD b/README.FreeBSD new file mode 100644 index 0000000..5f21363 --- /dev/null +++ b/README.FreeBSD @@ -0,0 +1,12 @@ +# +# tclreadline configure for FreeBSD +# + +libtoolize --force +aclocal +autoheader +automake --force-missing --add-missing +autoconf +./configure --with-tcl=/usr/local/lib/tcl8.6 --with-tcl-includes=/usr/local/include/tcl8.6 --mandir=/usr/local/man +#--enable-symbols +