Code Monkey home page Code Monkey logo

freerdp-old's Introduction

==========================================
FreeRDP: A Remote Desktop Protocol client.
==========================================

FreeRDP is a free remote desktop protocol client that implements RDP following
the documentation released under the Microsoft Open Specification Promise.

Support
--------------------------------------------------
* Homepage: http://freerdp.com/
* Wiki: http://www.freerdp.com/wiki/

Libraries used (Ubuntu package names - may not apply to all environments)
--------------------------------------------------
* Xorg-dev
* libssl-dev (OpenSSL)
* libcups2-dev (CUPS 1.3/1.4)
* libasound2-dev (ALSA)

Using git-master source
--------------------------------------------------
1. Install autogen, automake, and gettext.
2. "git clone git://github.com/FreeRDP/FreeRDP.git"
3. "cd freerdp"
4. "sh autogen.sh"

Compiling & installing (git-master or release)
--------------------------------------------------
1. As a root-capable user, install what libraries you require.
2a. Stable users: download the latest release archive.
2b. Edge users: follow the git-master source procedure.
3. "./configure"
4. "make"
5. As a root-capable user, "make install"

The default is to install under /usr/local.  This can be changed by adding
--prefix=directory to the configure line.

Using FreeRDP
--------------------------------------------------
* Running xfreerdp (or relative binary) by itself will display help.
* Note that the server name must be the last option
* xfreerdp plugins expand features available by the software. They are
  installed in (install)/lib/freerdp/ .

Examples of using xfreerdp
--------------------------------------------------
* Remote clipboard access
  xfreerdp --plugin cliprdr -g 900x600 (server)
* Comport redirection & clipboard access
  xfreerdp --plugin cliprdr --plugin rdpdr --data serial:COM1:/dev/ttyUSB0 -- -g 900x600 (server)

freerdp-old's People

Contributors

awakecoding avatar kiilerix avatar jsorg71 avatar otavio avatar serisman avatar nils-a avatar tenchman avatar ynezz avatar absmall avatar g-reno avatar howard0su avatar unquietwiki avatar floppym avatar ngraziano avatar niklasb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.