Skip to content

Commit

Permalink
Instructions for libsqlite3 on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
shaxbee committed Apr 18, 2016
1 parent bce6ca7 commit e8363dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ FAQ

Use `go build --tags "libsqlite3 linux"`

* Want to build go-sqlite3 with libsqlite3 on OS X.

Install sqlite3 from homebrew: `brew install sqlite3`
Use `go build --tags "libsqlite3 darwin"`

* Want to build go-sqlite3 with icu extension.

Use `go build --tags "icu"`
Expand Down

0 comments on commit e8363dc

Please sign in to comment.