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