Go to file
Armin Novak cda3d081e3 Fixed tmpnam warning. 2019-10-29 12:58:05 +01:00
.github
channels Removed strcpy use. 2019-10-29 11:58:43 +01:00
ci/cmake-preloads rdpgfx: Add WITH_DEBUG_RDPGFX option 2019-06-04 10:29:05 +03:00
client Fixed tmpnam warning. 2019-10-29 12:58:05 +01:00
cmake Better libcairo dependencies handling though cmake 2019-08-14 18:11:14 +02:00
docs
external
include channels: rdpgfx: export API to create rdpgfx client 2019-10-24 12:19:31 +02:00
libfreerdp Removed strcpy use. 2019-10-29 11:58:43 +01:00
packaging
rdtk Code cleanups (strlen, casts, size_t, ...) 2019-10-29 11:58:43 +01:00
resources
scripts common: Fix nullptr checking in settings_set_string function 2019-09-03 13:24:02 +02:00
server Code cleanups (strlen, casts, size_t, ...) 2019-10-29 11:58:43 +01:00
third-party
uwac uwac: Only submit dirty buffers 2019-07-30 09:46:57 +02:00
winpr Code cleanups (strlen, casts, size_t, ...) 2019-10-29 11:58:43 +01:00
.clang-format
.gitignore
.travis.yml
CMakeCPack.cmake
CMakeCPackOptions.cmake.in
CMakeLists.txt Allow freerdp clients to function with WITH_OPENH264_LOADING 2019-10-07 09:31:20 +02:00
ChangeLog
LICENSE
README.md
buildflags.h.in
config.h.in Fix #5606: Fall back to loading default printer backend. 2019-09-22 16:22:41 +02:00

README.md

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

Project website: https://www.freerdp.com/
Issue tracker: https://github.com/FreeRDP/FreeRDP/issues
Sources: https://github.com/FreeRDP/FreeRDP/
Downloads: https://pub.freerdp.com/releases/
Wiki: https://github.com/FreeRDP/FreeRDP/wiki
API documentation: https://pub.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