guacamole-spice-protocol/protocols/rdp
2013-05-13 22:03:28 -07:00
..
guac_rdpsnd Completely rewrite guac_rdpsnd based on knowledge gained from inspection and modification of the FreeRDP rdpsnd plugin (plus reading MS docs), update license. 2012-11-02 03:14:25 -07:00
include Implement clipping in software. 2013-05-13 14:27:15 -07:00
m4 Ensure m4/ directory exists, while automatically-added files are not included in commits. 2012-08-11 13:25:32 -07:00
src Dead grave and dead acute are not actually wrong here. 2013-05-13 22:03:28 -07:00
.gitignore Ensure m4/ directory exists, while automatically-added files are not included in commits. 2012-08-11 13:25:32 -07:00
AUTHORS Add missing AUTHORS (apologies to Alex DEVELY for mispelling his last name in his commit), clean up German keymap. 2013-03-29 22:04:46 -07:00
ChangeLog Bump version. 2013-05-09 00:24:04 -07:00
configure.in Bump version. 2013-05-09 00:24:04 -07:00
LICENSE Initial commit. 2011-03-25 21:57:21 -07:00
Makefile.am Add French and German keymaps to build, add failsafe keymap, parse layout parameter, cleanup contributed keymaps, add missing declarations. 2013-03-29 13:08:14 -07:00
README Updated README to point to new Trac. 2011-12-11 14:50:31 -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-rdp?
------------------------------------------------------------

libguac-client-rdp is a protocol support plugin for the Guacamole proxy (guacd)
which provides support for RDP, the proprietary remote desktop protocol used
by Windows Remote Deskop / Terminal Services, via the libfreerdp library.


------------------------------------------------------------
 Compiling and installing libguac-client-rdp
------------------------------------------------------------

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-rdp 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-rdp will now compile.

3) Install (as root)

    # make install

    libguac-client-rdp 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/