I am trying to build Cardano SL from source based on this doc https://github.com/input-output-hk/cardano-sl/blob/develop/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md
all goes fine until I get to this cmd:
[~/cardano-sl]$ ./scripts/build/cardano-sl.sh
I end up getting this error which I have not been able to find a way to resolve:
Configuring lzma-conduit-1.1.3.3…
Cabal-simple_Z6RU0evB_1.24.2.0_ghc-8.0.2.exe: Missing dependency on a foreign
library:
* Missing (or bad) header file: lzma.h
* Missing C library: lzma
any clue can help!
Thanks in advance.
Sima