]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add buck build instruction to the readme 1439/head
authorMitchell Grenier <obelisk@fb.com>
Thu, 6 Dec 2018 22:46:48 +0000 (14:46 -0800)
committerMitchell Grenier <obelisk@fb.com>
Thu, 6 Dec 2018 22:49:17 +0000 (14:49 -0800)
README.md

index c0b5505721b4caba28e7c6b75920d2f489753ab5..146264cf5edba34a2ec15964d352745258dbcc99 100644 (file)
--- 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