Monday, April 26, 2010

RfbProxy - How to install

Steps to install RfbProxy:

    1. You could get the source from sourceforge by either
    wget http://sourceforge.net/projects/rfbproxy/files/rfbproxy/1.1.1/rfbproxy-1.1.1.tar.bz2/download
    or
    In browser, load http://sourceforge.net/projects/rfbproxy/ and click on the 'Download Now' button.

    2. Once you do this, you'll get a bzipped tar file, untar it.
    tar - jxvf rfbproxy-1.1.1.tar.bz2


    3. Enter the source directory,
    cd rfbproxy-1.1.1

    4. configure it,
    sh ./configure

    5. Do make and install it.
    make
    make install

    Installation is done now. You will find an executable in the directory named 'rfbproxy'!

    Execute 'make uninstall' to uninstall when you want to uninstall.

    Further reading:
        RfbProxy - How to use guide