4

I have troubles installing monodevelop. I was trying to follow this tutorial but I had an error when hitting this command ./configure --profile=stable. Here is a screenshot of the error I'm getting

enter image description here

I don't know how to resolve this dependence, please help. I'm on Ubuntu 14.04

1 Answers1

12

You can install libssh2 by running sudo apt-get install libssh2-1-dev.

saiarcot895
  • 10,917