This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to install zstd in the development environment command line?

I think my nrf SDK toolchain manager missed a tool somehow. When I downloaded v1.6.1 (following the instructions on the website) and tried to build my project using

`west build -b nrf5340dk_nrf5340_cpuapp`

It gave me this error:

It seems that the toolchain manager missed installing zstd. I tried installing it myself, but it seems I cannot access or install homebrew using the nrf sdk terminal. Homebrew is already installed on the regular terminal launched as a mac application, and I installed zstd on that one, but I cannot install zstd in the terminal launched from the v1.6.1 toolchain manager. Can anyone help me get my project building?

Related