guacamole-spice-protocol/protocols/vnc
2013-05-29 11:37:27 -07:00
..
include Ticket #255: Changed input param of convert() to const char*. 2013-03-10 16:38:56 -07:00
m4 Ensure m4/ directory exists, while automatically-added files are not included in commits. 2012-08-11 13:24:06 -07:00
src Ticket #313: Fixed styling. 2013-05-23 00:02:42 -07:00
.gitignore Ensure m4/ directory exists, while automatically-added files are not included in commits. 2012-08-11 13:24:06 -07:00
AUTHORS Bump version, update ChangeLog and AUTHORS. 2013-05-29 11:37:27 -07:00
ChangeLog Bump version, update ChangeLog and AUTHORS. 2013-05-29 11:37:27 -07:00
configure.in Bump version, update ChangeLog and AUTHORS. 2013-05-29 11:37:27 -07:00
LICENSE Added ChangeLog, removed unused files, switched to foreign over GNU 2011-03-01 01:05:09 -08:00
Makefile.am Ticket #255: Now converting ascii->utf8 when recieving clipboard text from vnc, and converting utf8->ascii when sending clipboard text to vnc. This should fix the tunnel disconnecting problem. 2013-03-08 21:47:02 -08:00
README Updated README to point to new Trac. 2011-12-11 14:49:59 -08:00

------------------------------------------------------------
 About this README
------------------------------------------------------------

This README is intended to provide quick and to-the-point documentation for
technical users intending to compile parts of Guacamole themselves.

Distribution-specific packages are available from the files section of the main
project page:
 
    http://sourceforge.net/projects/guacamole/files/

Distribution-specific documentation is provided on the Guacamole wiki:

    http://guac-dev.org/


------------------------------------------------------------
 What is libguac-client-vnc?
------------------------------------------------------------

libguac-client-vnc is a protocol support plugin for the Guacamole proxy (guacd)
which provides support for VNC via the libvncclient library (part of
libvncserver).


------------------------------------------------------------
 Compiling and installing libguac-client-vnc
------------------------------------------------------------

Please note that distribution-specific pre-compiled packages are available from
the files section of the main project site:

    http://sourceforge.net/projects/guacamole/files/

libguac-client-vnc is built using the popular GNU Automake, and thus provides
the standard configure script.

1) Run configure

    $ ./configure

    Assuming all dependencies have been installed, this should succeed without
    errors.

2) Run make

    $ make

    libguac-client-vnc will now compile.

3) Install (as root)

    # make install

    libguac-client-vnc will install to your /usr/local/lib directory by default.
    You can change the install location by using the --prefix option for
    configure.

    You will need to run ldconfig (as root) so that guacd can find the library
    when needed:

    # ldconfig


------------------------------------------------------------
 Reporting problems
------------------------------------------------------------

Please report any bugs encountered by opening a new ticket at the Trac system
hosted at:
    
    http://guac-dev.org/trac/