I am new to haskell. I am using stack for installing a library called duckling. On the github the author has asked to install the duckling using the stack. I have installed the stack and referring the github page for installation github link for duckling.
Step - 1 for installaltion - $stack build In this step I am getting an error of missing C library : pcre
I have tried to solve this issue but I am not able to figure it out what to do. Couple of things which I have done like downloading the pcre-8.42 from pcre.org and extracted the files in the folder pcre-8.42. I dont know how to solve from here.
Kindly help me, I have almost spend 4-5 hours on this and I am heading no where.
Thanks, Neel