Lucy McClane bc18e51901 libcaptcha untested | před 3 roky | |
---|---|---|
examples | před 3 roky | |
patterns | před 3 roky | |
src | před 3 roky | |
test | před 3 roky | |
ttf | před 3 roky | |
.gitignore | před 3 roky | |
LICENSE | před 3 roky | |
Makefile.am | před 3 roky | |
README.md | před 3 roky | |
bootstrap | před 3 roky | |
configure.ac | před 3 roky |
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