Add buck build instruction to the readme
This commit is contained in:
@@ -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`,
|
- 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.
|
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
|
### Status
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user