2012年3月22日木曜日

remote desktop client from FreeBSD to Windows 8

Finally I can connect remote desktop from FreeBSD to Windows8.

- Windows 8 consumer preview
- FreeRDP (latest version from git repository)
git clone git://github.com/FreeRDP/FreeRDP.git
and compile infomation
https://github.com/FreeRDP/FreeRDP/wiki/Compilation
cmake option is cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=OFF -DWITH_ALSA=OFF
and make
- connect with --no-nla option
./client/X11/xfreerdp --no-nla [IP address for your windows 8 machine]