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:38] – [Linux desktop (host)] scipio | projects:livenet:seamless [2015/09/17 14:52] (current) – scipio | ||
---|---|---|---|
Line 32: | Line 32: | ||
git clone --depth=1 git:// | git clone --depth=1 git:// | ||
cd FreeRDP | cd FreeRDP | ||
- | cmake -DCMAKE_BUILD_TYPE=Release -DWITH_SSE2=ON -DWITH_PULSE=ON . | + | |
+ | cmake -DCMAKE_BUILD_TYPE=Release -DWITH_SSE2=ON -DWITH_PULSE=ON \ | ||
+ | | ||
make | make | ||
sudo make install | sudo make install | ||
sudo ldconfig | sudo ldconfig | ||
</ | </ | ||
- | |||
- | </ | ||
- | |||
Line 47: | Line 47: | ||
| | ||
/ | / | ||
+ | |||
+ | xfreerdp /u:user /p:user \ | ||
+ | | ||
+ | | ||
+ | / | ||
+ | / | ||
</ | </ | ||
+ | |||
+ | Call desktop | ||
+ | < | ||
+ | xfreerdp -u user -p user --plugin drdynvc --data tsmf: | ||
+ | </ |