Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 255 Bytes

INSTALL.md

File metadata and controls

20 lines (11 loc) · 255 Bytes

Linux

Make sure libssh is installed

$ apt install libssh-dev

OSX

Make sure that xcode is up to date. Then,

Install libssh

$ brew install libssh

Copy the osx makefile over Makefile

$ mv MakefileOSX Makefile

Build

$ make