From ccfce5f30fd1e906625594fad98e079b1cfe03d3 Mon Sep 17 00:00:00 2001 From: Olivier Ramonat Date: Wed, 30 Mar 2011 19:47:12 +0200 Subject: [PATCH] Update README after sqlite option change To build libgit2 with sqlite support, waf configure should be run with --with-sqlite --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1254adcd9..dae6a76bf 100644 --- 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.