mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 07:44:49 +00:00
Update README after sqlite option change
To build libgit2 with sqlite support, waf configure should be run with --with-sqlite
This commit is contained in:
parent
ba84cad380
commit
ccfce5f30f
@ -85,8 +85,8 @@ The waf build system for libgit2 accepts the following flags:
|
|||||||
--arch=[ia64|x64|x86|x86_amd64|x86_ia64]
|
--arch=[ia64|x64|x86|x86_amd64|x86_ia64]
|
||||||
Force a specific architecture for compilers that support it.
|
Force a specific architecture for compilers that support it.
|
||||||
|
|
||||||
--without-sqlite
|
--with-sqlite
|
||||||
Disable sqlite support.
|
Enable sqlite support.
|
||||||
|
|
||||||
You can run `./waf --help` to see a full list of install options and
|
You can run `./waf --help` to see a full list of install options and
|
||||||
targets.
|
targets.
|
||||||
|
Loading…
Reference in New Issue
Block a user