Skip to content

Instantly share code, notes, and snippets.

@anchoo2kewl
Created January 28, 2016 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anchoo2kewl/f2d66a82920e3d8693f9 to your computer and use it in GitHub Desktop.
Save anchoo2kewl/f2d66a82920e3d8693f9 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install build-essential libx11-dev libssl-dev -y libgssglue-dev libpcsclite-dev
tar zxvf rdesktop-1.8.3.tar.gz
cd rdesktop-1.8.3
./bootstrap
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment