Add buck build instruction to the readme

This commit is contained in:
Mitchell Grenier 2018-12-06 14:46:48 -08:00
parent 7966f3c40b
commit f67da61281

View File

@ -135,6 +135,10 @@ Going into `build` directory, you will find additional possibilities:
- Automated build scripts for Visual compiler by [@KrzysFR](https://github.com/KrzysFR), in `build/VS_scripts`,
which will build `zstd` cli and `libzstd` library without any need to open Visual Studio solution.
#### Buck
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/`.
### Status