Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How to Build

OS requirement

Currently, only redhat 6.5 or CentOS 6.5 are verified to work. 

  • install redhat 6.5 basic server

  • choose install development tools 

Dependencies

There are several dependencies (see the following table) you must install before building HAWQ. The steps in "Compile and Install" column typically install the headers to /usr/local/include and libraries to /usr/local/lib or /usr/local/lib64. If you want to install the lib in another place, you can use the --prefix=/the/path option when you run configure. For example: ./configure --prefix=/the/path. 

...