Skip to content

Native Visual Studio solution/project files to compile the latest libssh

License

Notifications You must be signed in to change notification settings

sridharb1/libssh-x86_x64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

libssh-x86_x64

Native Visual Studio solution/project files to compile the latest libssh on Windows x86/x64/Release/Debug

Background

libssh uses CMake. This does not generate good solution/project files, especially needs to be configured for x86/x64 separately. The concept of installing it in standard locations (like /usr/local/lib) and getting dependencies from such locations is not practiced widely in Windows, where projects are installed into their own folders and variables like LIB is used to link against these.

Visual Studio has a more advanced version of the same in References, which allow one to link to a project and it automatically links to the correct library given the current target (x86/x64/Release/Debug) without having to specify hardcoded library paths or names.

Installation

Note

To compile libssh, you need

About

Native Visual Studio solution/project files to compile the latest libssh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages