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