Building NeutrinoRDP client on CentOS / Debian |
|
|
|
Written by speidy
|
Friday, 23 August 2013 05:53 |
NeutrinoRDP Client is a fork of freerdp client v1.0.1 maintaied by xrdp team.
debian:
# Prerequisites installation
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 libavutil-dev libavcodec-dev
# download sources from github
git clone https://github.com/neutrinolabs/NeutrinoRDP.git
#build NeutrinoRDP client
cd NeutrinoRDPcmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON . make sudo make install #then run xfreerdp -v <hostname>
centos:
# Prerequisites installation
sudo yum install gcc git cmake openssl-devel libX11-devel libXext-devel libXinerama-devel libXcursor-devel \ libXdamage-devel libXv-devel libxkbfile-devel alsa-lib-devel cups-devel ffmpeg-devel
# download sources from github
git clone https://github.com/neutrinolabs/NeutrinoRDP.git
#build NeutrinoRDP client
cd NeutrinoRDPcmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON . make sudo make install #then run xfreerdp -v <hostname>
Have fun ! Speidy (Idan)
|
Last Updated on Friday, 23 August 2013 06:13 |