Skip to content

zboxfs/zbox-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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