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 +