Lines Matching +refs:sqlite +refs:configure
24 generate (the configure script itself is written in TCL but it can use
39 https://sqlite.org/src/doc/trunk/doc/compile-for-unix.md
40 https://sqlite.org/src/doc/trunk/doc/compile-for-windows.md
46 Unix: ./configure; make
52 The configure script follows common conventions, making it easy
57 ./configure --help
61 binaries than are necessary. Override it on the configure command
64 $ CFLAGS="-Os" ./configure
69 to the configure script. Others may be passed on in the CFLAGS. For
72 $ CFLAGS="-Os -DSQLITE_OMIT_DEPRECATED" ./configure
93 with them enabled (see http://sqlite.org/compile.html). For example, the