
This directory contains Zumero client libraries for the 64bit Fedora and Ubuntu
Linux distributions.

Supported Distributions
    
    - Ubuntu 12.04 LTS and newer
    - Fedora 17 and newer
    
The libraries are compiled without debug information.

zumero_client_api.a is a static library for use with the SQLite C API and the
../include/zumero_client_api.h header file.

    #include "sqlite3.h"
    #include "zumero_client_api.h"

    int rc = zumero_sync(...);

NOTE: When using these libraries on Ubuntu, the `libcurl3` package must be
installed.
