Add support for ignoring certificate, security, authentication, and pre-connection...
[libguac-client-rdp.git] / README
1
2 ------------------------------------------------------------
3  About this README
4 ------------------------------------------------------------
5
6 This README is intended to provide quick and to-the-point documentation for
7 technical users intending to compile parts of Guacamole themselves.
8
9 Distribution-specific packages are available from the files section of the main
10 project page:
11  
12     http://sourceforge.net/projects/guacamole/files/
13
14 Distribution-specific documentation is provided on the Guacamole wiki:
15
16     http://guac-dev.org/
17
18
19 ------------------------------------------------------------
20  What is libguac-client-rdp?
21 ------------------------------------------------------------
22
23 libguac-client-rdp is a protocol support plugin for the Guacamole proxy (guacd)
24 which provides support for RDP, the proprietary remote desktop protocol used
25 by Windows Remote Deskop / Terminal Services, via the libfreerdp library.
26
27
28 ------------------------------------------------------------
29  Compiling and installing libguac-client-rdp
30 ------------------------------------------------------------
31
32 Please note that distribution-specific pre-compiled packages are available from
33 the files section of the main project site:
34
35     http://sourceforge.net/projects/guacamole/files/
36
37 libguac-client-rdp is built using the popular GNU Automake, and thus provides
38 the standard configure script.
39
40 1) Run configure
41
42     $ ./configure
43
44     Assuming all dependencies have been installed, this should succeed without
45     errors.
46
47 2) Run make
48
49     $ make
50
51     libguac-client-rdp will now compile.
52
53 3) Install (as root)
54
55     # make install
56
57     libguac-client-rdp will install to your /usr/local/lib directory by default.
58     You can change the install location by using the --prefix option for
59     configure.
60
61     You will need to run ldconfig (as root) so that guacd can find the library
62     when needed:
63
64     # ldconfig
65
66
67 ------------------------------------------------------------
68  Reporting problems
69 ------------------------------------------------------------
70
71 Please report any bugs encountered by opening a new ticket at the Trac system
72 hosted at:
73     
74     http://guac-dev.org/trac/
75