C/C++ binding for ZboxFS.
./autogen.sh
./configure
make && make check && make install
How to upgrade to latest version from ZboxFS
- Change version number in
configure.ac
(line 5-7) - Change version number in dependencies section in
zbox-binding/Cargo.toml
- run
make
to build the library