File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # tclreadline configure for FreeBSD
3+ #
4+
5+ libtoolize --force --install --copy
6+ aclocal
7+ autoheader
8+ automake --force-missing --add-missing --copy
9+ autoconf
10+ ./configure --with-tcl=/usr/local/lib/tcl8.6 --with-tcl-includes=/usr/local/include/tcl8.6 --mandir=/usr/local/man
11+ #--enable-symbols
12+
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ Before trying to compile tclreadline you should do the following things:
4242 tclreadline uses the gnu readline callback handler, which
4343 wasn't implemented in early releases.
4444
45- 3 . The usual ` ./configure; make; make install ` sequence should do the rest.
45+ 3 . Follow the instructions in README.{your-OS}, if there isn't one,
46+ adapt the README.Linux instructions.
4647
47484 . Optionally (or additionally) you can build the executables
4849 tclshrl and / or wishrl which are a readline enhanced replacement
You can’t perform that action at this time.
0 commit comments