From decf1aaeadfef648763066d8e6f449b4a4e3bca2 Mon Sep 17 00:00:00 2001 From: Peter da Silva Date: Wed, 12 Feb 2025 21:29:32 +0000 Subject: [PATCH 1/2] Add README.Linux duplicating README.FreeBSD --- README.Linux | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.Linux diff --git a/README.Linux b/README.Linux new file mode 100644 index 0000000..4d0d499 --- /dev/null +++ b/README.Linux @@ -0,0 +1,12 @@ +# +# tclreadline configure for FreeBSD +# + +libtoolize --force --install --copy +aclocal +autoheader +automake --force-missing --add-missing --copy +autoconf +./configure --with-tcl=/usr/local/lib/tcl8.6 --with-tcl-includes=/usr/local/include/tcl8.6 --mandir=/usr/local/man +#--enable-symbols + From 72a272d9828f68ab9d8cd95c4da7b01e94d6c956 Mon Sep 17 00:00:00 2001 From: Peter da Silva Date: Wed, 12 Feb 2025 21:43:43 +0000 Subject: [PATCH 2/2] Reference OS readme files. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 960ea3a..45de864 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ Before trying to compile tclreadline you should do the following things: tclreadline uses the gnu readline callback handler, which wasn't implemented in early releases. -3. The usual `./configure; make; make install` sequence should do the rest. +3. Follow the instructions in README.{your-OS}, if there isn't one, + adapt the README.Linux instructions. 4. Optionally (or additionally) you can build the executables tclshrl and / or wishrl which are a readline enhanced replacement