Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 974 Bytes

CONTRIBUTING.md

File metadata and controls

44 lines (35 loc) · 974 Bytes

Contributing guide

Thank you for your interest in contributing to SPTK.

Any kinds of contributions are welcome.

Development

For the development of SPTK, you may need to install the following programs:

Then you can setup the development environment of SPTK by running

cd tools
make

Unit testing

SPTK provides a unit testing framework. Please perform unit testing before sending a pull request by running

make test

Source code formatting

ClangFormat and cpplint are used to format source codes. Please also perform the formatting before sending a pull request by running

make format

Document generation

You can generate the SPTK reference manual as follows:

make doc

The generated manual is in doc/_build/html/.