Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 545 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 545 Bytes

zbox-c

C/C++ binding for ZboxFS.

Requirements

How to use

Compile and install

./autogen.sh
./configure
make && make check && make install

How to upgrade to latest version from ZboxFS

  1. Change version number in configure.ac (line 5-7)
  2. Change version number in dependencies section in zbox-binding/Cargo.toml
  3. run make to build the library