blob: 86c7984b5680cfabcc1bf5acb4e7c38a286d717c [file] [log] [blame]
# How to build
## Get source code and Bootstrapping
cd storage
mkdir build
cd build
../bootstrap --prefix=/usr/local/hawq (default)
## Build
make
## Install
make install