Skip to content

Instantly share code, notes, and snippets.

@zentrification
Created October 15, 2019 17:46
Show Gist options
  • Save zentrification/4968eb751c1b3f717d28e94633408986 to your computer and use it in GitHub Desktop.
Save zentrification/4968eb751c1b3f717d28e94633408986 to your computer and use it in GitHub Desktop.
install rdesktop from git source
sudo apt install -y autoconf build-essential libgnutls28-dev libtasn1-6-dev libx11-dev libxcursor1 libxcursor1 libxrandr-dev libxcursor-dev libxcursor-dev nettle-dev pkg-config
[ ! -d "rdesktop" ] && git clone https://github.com/rdesktop/rdesktop.git
cd rdesktop/
git checkout -b v1.8.6
[ ! -f "configure" ] && ./bootstrap
# autoconf
./configure --disable-credssp --disable-smartcard
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment