<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/phpssh2lib/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/phpssh2lib/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 17 Apr 2012 11:33:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpssh2lib/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Abhishek Gupta</title><link>https://sourceforge.net/p/phpssh2lib/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,8 +1,32 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/phpssh2lib/wiki/markdown_syntax/) syntax.
+How to install?
+
+For UNIX based systems:-
+1. sudo apt-get install -f libssh2-1-dev libssh2-php
+
+2. You can now test if PHP recognizes it's new ssh2 extension by running:
+
+php -m |grep ssh2
+
+It should return: 'ssh2'
+
+3. sudo apt-get install -f php5-dev php5-cli php-pear build-essential openssl-dev zlib1g-dev
+
+4. unzip the contents of the file downloaded from here
+    phpize
+   ./configure --with-ssh2
+    make
+    make install
+
+5. Finally you may want to copy the ssh2.so to your lampp directory
+
+6. In your php.ini add
+   extension=ssh2.so
+
+7. Restart lampp and enjoy the library.
+
+For usage of this library 
+http://php.net/manual/en/book.ssh2.php
+
 
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhishek Gupta</dc:creator><pubDate>Tue, 17 Apr 2012 11:33:28 -0000</pubDate><guid>https://sourceforge.net9dbc133ef6db1f3cbc1b218b11154e6d7cbc4f4a</guid></item><item><title>WikiPage Home modified by Abhishek Gupta</title><link>https://sourceforge.net/p/phpssh2lib/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/phpssh2lib/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abhishek Gupta</dc:creator><pubDate>Tue, 17 Apr 2012 10:58:45 -0000</pubDate><guid>https://sourceforge.netc5060337459051bd620a2d859f0f39ab70d70cc9</guid></item></channel></rss>