Install Seven Square on Ubuntu

Summary

This tutorial shows how to install Seven Square on your Ubuntu machine.

Seven Square allows you to view your Android device on your PC. This is great if you have to give a presentation, want to record your screen, or debug an application that you are building.

Video

Commands Used

Commands used in this tutorial are below:

sudo apt-get install android-tools-adb qt4-qmake libqt4-dev libqtcore4 libqtgui4
cd 
wget https://github.com/yangh/sevensquare/archive/master.zip
mv master.zip sevensquare.zip
unzip master.zip
cd sevensquare-master
sudo make
sudo make install
cd
rm -rf sevensquare.zip
seven-square &
Updated: 2020-07-15 | Posted: 2018-07-04