Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 647 Bytes

File metadata and controls

28 lines (18 loc) · 647 Bytes

Requirements

Install nix to setup adhoc development environment.

Start new shell:

nix-shell

We are using bazel as a build system. I also provided a tools/bazel script to make it easier to use.

Build the extension:

./tools/bazel run //:extensions

Testing

Run tests:

./tools/bazel test //tests/...

NOTE: Make sure to include the extern/whispercpp, extern/pybind11/include, and $(python3-config --prefix)/include/python3 in your CPLUS_INCLUDE_PATH so that clangd can find the headers in your editor.