diff options
author | Olivier Ramonat <ramonat@adacore.com> | 2011-03-30 19:47:12 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-04-02 12:23:09 +0300 |
commit | ccfce5f30fd1e906625594fad98e079b1cfe03d3 (patch) | |
tree | 548b1896277c9b4ffa382bcc7441db23d6463e6e | |
parent | ba84cad38079b93e167175230f653a7b1133c11f (diff) | |
download | libgit2-ccfce5f30fd1e906625594fad98e079b1cfe03d3.tar.gz |
Update README after sqlite option change
To build libgit2 with sqlite support, waf configure should be run
with --with-sqlite
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |