Go to file
Mads Kiilerich d2adf3de3f libfreerdp-locale: DEBUG_KBD of key mappings 2012-02-21 23:22:03 +01:00
channels debug: remove extra newlines in debug messages 2012-02-21 23:22:01 +01:00
client debug: remove extra newlines in debug messages 2012-02-21 23:22:01 +01:00
cmake libfreerdp-utils: improve freerdp_load_plugin 2012-02-09 17:48:30 -05:00
cunit libfreerdp-locale: rename from libfreerdp-kbd, will contain all localization code 2012-02-17 17:43:00 -05:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include wfreerdp: fix windows compilation 2012-02-20 21:56:55 -08:00
keymaps keymaps: don't install keymaps when compiled with xkbfile 2012-02-20 21:02:43 +01:00
libfreerdp-auth wfreerdp: fix windows compilation 2012-02-20 21:56:55 -08:00
libfreerdp-cache libfreerdp-cache: start NineGrid cache 2012-02-12 20:29:33 -05:00
libfreerdp-channels libfreerdp-locale: refactoring step 1 2012-02-18 22:04:28 -05:00
libfreerdp-codec xfreerdp-server: improve XShm encoding 2012-02-04 18:18:46 -05:00
libfreerdp-core debug: remove extra newlines in debug messages 2012-02-21 23:22:01 +01:00
libfreerdp-crypto wfreerdp: fix windows compilation 2012-02-20 21:56:55 -08:00
libfreerdp-gdi libfreerdp-gdi: implement non-monochrome DSPDxax BitBlt 2012-02-13 01:40:30 -05:00
libfreerdp-locale libfreerdp-locale: DEBUG_KBD of key mappings 2012-02-21 23:22:03 +01:00
libfreerdp-rail wfreerdp: fix compilation and warnings 2011-12-03 17:24:18 -05:00
libfreerdp-utils xfreerdp: fix and document --kbd-list option 2012-02-21 12:00:02 -05:00
resources xfreerdp: set icon for DesktopWindow 2011-10-22 12:02:42 -05:00
scripts libfreerdp-core: cleanup time zones 2012-02-16 21:38:32 -05:00
server xfreerdp-server: disable NLA by default 2012-02-20 21:45:57 -05:00
.gitignore xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
CMakeLists.txt libfreerdp-locale: refactoring step 1 2012-02-18 22:04:28 -05:00
ChangeLog changelog: update for 1.0.1 2012-02-09 21:01:42 -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 libfreerdp-locale: refactoring step 1 2012-02-18 22:04:28 -05:00
freerdp.pc.in libfreerdp-locale: refactoring step 1 2012-02-18 22:04:28 -05: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