blob: 25582c516af04198f3a7bb18627d1fd199ec65fd [file] [log] [blame]
## How to build
cd dbcommon
mkdir build
cd build
../bootstrap --prefix=/usr/local/hawq (default)
## Build
make
## Install
make install