Skip to content

Commit 2b17b88

Browse files
authored
Merge pull request #59 from flightaware/ISSUE-58-LT_INIT-delopen
Add README.Linux duplicating README.FreeBSD
2 parents 4acf2ad + 72a272d commit 2b17b88

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.Linux

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4748
4. Optionally (or additionally) you can build the executables
4849
tclshrl and / or wishrl which are a readline enhanced replacement

0 commit comments

Comments
 (0)