]> git.proxmox.com Git - libgit2.git/commitdiff
Update README after sqlite option change
authorOlivier Ramonat <ramonat@adacore.com>
Wed, 30 Mar 2011 17:47:12 +0000 (19:47 +0200)
committerVicent Marti <tanoku@gmail.com>
Sat, 2 Apr 2011 09:23:09 +0000 (12:23 +0300)
To build libgit2 with sqlite support, waf configure should be run
with --with-sqlite

README.md

index 1254adcd9140c4c66ab8d12515a278f29bf05fca..dae6a76bfaca02ce30f2017134f4bc54a309e8fb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -85,8 +85,8 @@ The waf build system for libgit2 accepts the following flags:
        --arch=[ia64|x64|x86|x86_amd64|x86_ia64]
                Force a specific architecture for compilers that support it.
 
-       --without-sqlite
-               Disable sqlite support.
+       --with-sqlite
+               Enable sqlite support.
 
 You can run `./waf --help` to see a full list of install options and
 targets.