Go to file
Pawel Jakub Dawidek d37cff01ed White-space fixes. 2012-01-25 17:15:44 +01:00
channels build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
client build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
cmake build: Added option WITH_NEON 2012-01-24 09:04:02 +01:00
cunit cunit: fix test_read_fast_index_order() 2012-01-14 10:43:40 -06:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include Add --secure-checksum option that will enable usage of salted checksums 2012-01-25 17:14:58 +01:00
keymaps keymaps: removed Makefile, which created by cmake. 2011-09-03 17:00:37 +03:00
libfreerdp-cache wfreerdp: fix warnings and color conversion 2012-01-16 11:40:18 -05:00
libfreerdp-channels freerdp-libchannels: freerdp_channels_send_event free event in case of error 2011-12-21 17:54:27 -06:00
libfreerdp-codec nscodec final color bug fix 2012-01-24 21:06:48 -11:00
libfreerdp-core White-space fixes. 2012-01-25 17:15:44 +01:00
libfreerdp-gdi libfreerdp-gdi: fix gdi_Glyph_Free() segfault 2012-01-16 10:13:23 -05:00
libfreerdp-kbd build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
libfreerdp-rail wfreerdp: fix compilation and warnings 2011-12-03 17:24:18 -05:00
libfreerdp-utils Add --secure-checksum option that will enable usage of salted checksums 2012-01-25 17:14:58 +01:00
resources xfreerdp: set icon for DesktopWindow 2011-10-22 12:02:42 -05:00
server build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
.gitignore xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
CMakeLists.txt build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
ChangeLog ChangeLog: added FreeRDP 1.0.0 changes 2012-01-16 12:52:14 -05:00
LICENSE FreeRDP 1.0: initial commit 2011-06-30 15:12:51 -04:00
README README: update 2012-01-16 11:54:08 -05:00
config.h.in build: Added option WITH_NEON 2012-01-24 09:04:02 +01:00
freerdp.pc.in freerdp.pc: freerdp-chanman renamed to freerdp-channels. 2011-10-30 22:00:27 +08:00
freerdp.spec freerdp.spec: update descriptions 2011-11-13 17:30:09 -05:00

README

FreeRDP: A Remote Desktop Protocol Implementation
=================================================

FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license.
Enjoy the freedom of using your software wherever you want, the way you want it, in a world where
interoperability can finally liberate your computing experience.

Resources
---------

Website: http://www.freerdp.com/
Wiki: https://github.com/FreeRDP/FreeRDP/wiki
Sources: https://github.com/FreeRDP/FreeRDP/
API doc: http://www.freerdp.com/api/

IRC channel: #freerdp @ irc.freenode.net
Mailing list: https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Microsoft Open Specifications
-----------------------------

Information regarding the Microsoft Open Specifications can be found at:
http://www.microsoft.com/openspecifications/

A list of reference documentation is maintained here:
https://github.com/FreeRDP/FreeRDP/wiki/Reference-Documentation

Compilation
-----------

Instructions on how to get started compiling FreeRDP can be found on the wiki:
https://github.com/FreeRDP/FreeRDP/wiki/Compilation