Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Anyone feels like writing a tiny C client? Looks like this comes only as a lib.


I think it is already a command line application (if you use the google cmdline flag lib, see the README).


I don't believe so. Look at the Makefile.am. It only declares a libtool library (lib_LTLIBRARIES = libsnappy.la, which causes libsnappy.so.x.y.z and libsnappy.a to be built), and a unittest (TESTS = snappy_unittest,noinst_PROGRAMS = $(TESTS)).

EDIT: I'm wrong:

> Actually, snappy_unittest is more than just a test, despite the name; in particular, if you have the gflags package installed, it can be used for benchmarking. Thus, it's useful to have it built as part of make all. I'm closing this one (but thanks for all the others!).

http://code.google.com/p/snappy/issues/detail?id=11&can=...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: