From f67da6128173c9ac9d4d02cf469b2d1b2f24eeef Mon Sep 17 00:00:00 2001 From: Mitchell Grenier Date: Thu, 6 Dec 2018 14:46:48 -0800 Subject: [PATCH] Add buck build instruction to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c0b550572..146264cf5 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.47.2