Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 412 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 412 Bytes

Building and packaging tezos using nix

Dynamically built binaries

In order to build all binaries run at the root of this project:

nix build .

Alternatively, you can build a single binary too. For example, this:

nix build .#tezos-client

will produce the tezos-client binary.