Last active
September 8, 2019 00:45
-
-
Save id4ehsan/eb8f2140851f2a5601c8617cc16c0d80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install git g++ zlib1g-dev | |
git clone git://github.com/SCons/scons.git | |
cd scons | |
python bootstrap.py build/scons | |
cd build/scons | |
sudo python setup.py install | |
cd ../../.. | |
git clone git://git.gnome.org/vinagre.git | |
git clone git://github.com/avadhpatel/marss.git | |
marss | |
scons -Q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment