Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
projects:livenet:seamless [2015/09/11 13:15] – [Windows remote (guest)] scipio | projects:livenet:seamless [2015/09/17 14:52] (current) – scipio | ||
---|---|---|---|
Line 23: | Line 23: | ||
* Install [[https:// | * Install [[https:// | ||
+ | |||
+ | < | ||
+ | sudo apt-get install build-essential git-core cmake libssl-dev libx11-dev libxext-dev libxinerama-dev \ | ||
+ | libxcursor-dev libxdamage-dev libxv-dev libxkbfile-dev libasound2-dev libcups2-dev libxml2 libxml2-dev \ | ||
+ | libxrandr-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libxi-dev libgstreamer-plugins-base1.0-dev | ||
+ | |||
+ | |||
+ | git clone --depth=1 git:// | ||
+ | cd FreeRDP | ||
+ | |||
+ | cmake -DCMAKE_BUILD_TYPE=Release -DWITH_SSE2=ON -DWITH_PULSE=ON \ | ||
+ | | ||
+ | |||
+ | make | ||
+ | sudo make install | ||
+ | sudo ldconfig | ||
+ | </ | ||
+ | |||
Call remoteapp | Call remoteapp | ||
< | < | ||
xfreerdp /u:user /p:user \ | xfreerdp /u:user /p:user \ | ||
- | | + | |
/ | / | ||
+ | |||
+ | xfreerdp /u:user /p:user \ | ||
+ | | ||
+ | | ||
+ | / | ||
+ | / | ||
</ | </ | ||
+ | |||
+ | Call desktop | ||
+ | < | ||
+ | xfreerdp -u user -p user --plugin drdynvc --data tsmf: | ||
+ | </ |