Lucy McClane bc18e51901 libcaptcha untested | пре 3 година | |
---|---|---|
examples | пре 3 година | |
patterns | пре 3 година | |
src | пре 3 година | |
test | пре 3 година | |
ttf | пре 3 година | |
.gitignore | пре 3 година | |
LICENSE | пре 3 година | |
Makefile.am | пре 3 година | |
README.md | пре 3 година | |
bootstrap | пре 3 година | |
configure.ac | пре 3 година |
Highly customizable
captcha
making library.
C
It is as simple as
./configure
make
make install
Check out examples
Don't forget to use lc_free()
to free all the stuff libcaptcha
returns to
you.
I've noticed that it is very easy to get lost sometimes, just use valgrind
.
GPLv2