Add Makefile hint

Change-Id: Ie10821f6821b8e63f2a143e9e4c68f244d2da149
This commit is contained in:
Brad Fitzpatrick 2013-05-25 15:00:00 -07:00
parent e7486b0009
commit da9e7c8f34
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# On OS X with "brew install sqlite3", you need PKG_CONFIG_PATH=/usr/local/Cellar/sqlite/3.7.17/lib/pkgconfig/
all:
go install --ldflags="-X camlistore.org/pkg/buildinfo.GitInfo "`./misc/gitversion` `pkg-config --libs sqlite3 1>/dev/null 2>/dev/null && echo "--tags=with_sqlite"` ./pkg/... ./server/... ./cmd/... ./third_party/...