From: Mitchell Grenier Date: Thu, 6 Dec 2018 22:46:48 +0000 (-0800) Subject: Add buck build instruction to the readme X-Git-Tag: v1.3.8~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1439%2Fhead;p=thirdparty%2Fzstd.git Add buck build instruction to the readme --- 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