Skip to content

Commit

Permalink
how to build for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
lehenbauer committed Dec 20, 2016
1 parent 2b9e697 commit c817ec6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.FreeBSD
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c817ec6

Please sign in to comment.