How to use libssh in VS10

后端 未结 4 1415
没有蜡笔的小新
没有蜡笔的小新 2020-12-13 22:16

How can I implement libssh as a library my compiler will recognize? I\'m using Visual Studio 2010 C++, and I\'ve included the Boost library with no problems, but the process

4条回答
  •  时光说笑
    2020-12-13 22:38

    Additionally make sure to use libssh version-0.5.0 or older for building a VS2010 application as the newer libssh versions need VS2012.

提交回复
热议问题