If you are compiling from source, you may be getting an error like:
ā¦/resources/include/hail/Encoder.h:3:17: fatal error: lz4.h: No such file or directory
If so, then you need to install this dependency using a package manager:
OSX:
brew install lz4
Debian:
apt-get install liblz4-dev
etc.