Skip to content

Commit

Permalink
readme installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Mar 19, 2011
1 parent fd20e47 commit b6d2ac6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.markdown
@@ -0,0 +1,25 @@
ssh
===

Create ssh servers (and later, clients too) in node.js!

Coming soon.

installation
============

You'll need a version of [libssh](http://libssh.org/) with my patches:

git clone git://github.com/substack/libssh.git master
cd libssh
./configure --prefix=$PREFIX && make && make install

That should install libssh.pc, which is used by pkg-config during the
wscript installation. Make sure libssh.pc got installed into your
$PKG_CONFIG_PATH someplace.

You can then install with [npm](http://npmjs.org):

npm install ssh

Note: the above does not work yet, coming soon

0 comments on commit b6d2ac6

Please sign in to comment.