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