Lines Matching full:on
5 …ithub.com/civetweb/civetweb/blob/master/docs/Embedding.md) for information on extending an existin…
58 Install on the system, Linux only.
68 The *slib* option should be done on a separate clean build as position
80 Make options can be set on the command line with the make command like so.
136 If the output looks good: Just remove the `-n` option to actually install the software on your syst…
162 | `USE_ZLIB` | enable on-the-fly compression of files (using zlib) |
212 Building on Android
215 This is a small guide to help you run civetweb on Android, originally
216 tested on the HTC Wildfire.
217 Note: You do not need root access to run civetweb on Android.
224 push the generated civetweb binary to `/data/local` folder on device.
232 - `jni` stands for Java Native Interface. Read up on Android NDK if you want