Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.Linux
Original file line number Diff line number Diff line change
@@ -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

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading