Skip to content

Commit

Permalink
show how to compile with clang. (lame).
Browse files Browse the repository at this point in the history
  • Loading branch information
lehenbauer committed Jan 24, 2017
1 parent 28558f0 commit ce2ca62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.FreeBSD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
#

autoreconf
./configure --with-tcl=/usr/local/lib/tcl8.6 --mandir=/usr/local/man
# clang
CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --with-tcl=/usr/local/lib/tcl8.6 --mandir=/usr/local/man

# gcc
#./configure --with-tcl=/usr/local/lib/tcl8.6 --mandir=/usr/local/man
#--enable-symbols

0 comments on commit ce2ca62

Please sign in to comment.