Lucy McClane bc18e51901 libcaptcha untested | il y a 3 ans | |
---|---|---|
examples | il y a 3 ans | |
patterns | il y a 3 ans | |
src | il y a 3 ans | |
test | il y a 3 ans | |
ttf | il y a 3 ans | |
.gitignore | il y a 3 ans | |
LICENSE | il y a 3 ans | |
Makefile.am | il y a 3 ans | |
README.md | il y a 3 ans | |
bootstrap | il y a 3 ans | |
configure.ac | il y a 3 ans |
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