mirror of https://github.com/citusdata/citus.git
718 B
718 B
Contributing to Citus
We're happy you want to contribute! You can help us in different ways:
- Open an issue with suggestions for improvements
- Fork this repository and submit a pull request
Getting and building
- Install the following prerequisites, as necessary:
-
A C compiler. On Mac OS X, Xcode should suffice.
-
PostgreSQL development libraries
# on mac brew install postgresql # on linux apt-get install libpq-dev
-
Git 1.8+
- Get the code
git clone https://github.com/citusdata/citus.git
- Build and test
./configure
make
make install
make check