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