Skip to content

Commit

Permalink
Merge pull request facebook#3812 from jondo2010/bazel_build_doc
Browse files Browse the repository at this point in the history
Add Bazel module instructions to README.md
  • Loading branch information
Cyan4973 authored Nov 13, 2023
2 parents 1518570 + 98d8ad2 commit 83adaec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ Going into `build` directory, you will find additional possibilities:
You can build the zstd binary via buck by executing: `buck build programs:zstd` from the root of the repo.
The output binary will be in `buck-out/gen/programs/`.

### Bazel

You easily can integrate zstd into your Bazel project by using the module hosted on the [Bazel Central Repository](https://registry.bazel.build/modules/zstd).

## Testing

You can run quick local smoke tests by running `make check`.
Expand Down

0 comments on commit 83adaec

Please sign in to comment.