Merge pull request #182 from darkhelmet/patch-1

Add --with-redis flag to list of available build flags in README.
This commit is contained in:
Vicent Martí 2011-05-11 11:49:45 -07:00
commit c4ddcb7812

View File

@ -88,6 +88,9 @@ The waf build system for libgit2 accepts the following flags:
--with-sqlite
Enable sqlite support.
--with-redis
Enable redis support.
You can run `./waf --help` to see a full list of install options and
targets.