blob: f67eafe9f13e0db080f73097bd3b360e81b98c08 [file] [log] [blame]
# How to build
## Get source code and Bootstrapping
cd storage
mkdir build
cd build
../bootstrap --prefix=/opt/dependency/package (default)
## Build
make
## Install
make install