Skip to content

Commit

Permalink
say tcl 8.6 in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine authored Jun 25, 2019
1 parent aa47513 commit f10c47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ FreeBSD
$ sudo portinstall devel/yajl
$ cd yajl-tcl
$ autoconf
$ ./configure --with-tcl=/usr/local/lib/tcl8.5
$ ./configure --with-tcl=/usr/local/lib/tcl8.6
$ make
$ sudo make install
```
Expand All @@ -321,7 +321,7 @@ Debian/Raspbian
$ sudo apt-get install pkg-config libyajl-dev
$ cd yajl-tcl
$ autoconf
$ ./configure --with-tcl=/usr/lib/tcl8.5
$ ./configure --with-tcl=/usr/lib/tcl8.6
$ make
$ sudo make install
```
Expand Down

0 comments on commit f10c47a

Please sign in to comment.