-
Notifications
You must be signed in to change notification settings - Fork 46
Home
Eduardo Raúl del Puerto Benítez edited this page Feb 11, 2019
·
1 revision
Andama is an open source remote desktop software, with client side encryption and privacy in mind
sudo apt-get update
sudo apt-get install -y qt5-default libxtst-dev build-essential git
git clone https://github.com/YiannisBourkelis/Andama-Remote-Desktop.git
cd Andama-Remote-Desktop-master/src/AndamaProxy
qmake AndamaProxy.pro
make clean
make
cd Andama-Remote-Desktop-master/src/Andama
qmake Andama.pro
make clean
make
sudo apt-get update
sudo apt-get install -y qt5-default libxtst-dev build-essential git
git clone https://github.com/YiannisBourkelis/Andama-Remote-Desktop.git
cd Andama-Remote-Desktop-develop/src/AndamaProxy
qmake AndamaProxy.pro
make clean
make
cd Andama-Remote-Desktop-develop/src/Andama
qmake Andama.pro
make clean
make