Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 602 Bytes

BUILDING.md

File metadata and controls

25 lines (18 loc) · 602 Bytes

Building esesc

Linux

Debian

Install the necessary dependencies.

sudo apt install ncurses pixman-1 bison flex \
                 cmake libpixman-1-dev ncurses

Nix

Nix is a way to create reproducible builds and deployments.

You can use Nix on any Linux/Darwin distribution or even it's own distribution NixOS

A build (default.nix) is included, and you can easily install esesc via running nix build within the directory or install it by doing:

nix run -f https://github.com/masc-ucsc/esesc/archive/master.tar.gz --command esesc