Skip to content

Instantly share code, notes, and snippets.

@id4ehsan
Last active September 8, 2019 00:45
Show Gist options
  • Save id4ehsan/eb8f2140851f2a5601c8617cc16c0d80 to your computer and use it in GitHub Desktop.
Save id4ehsan/eb8f2140851f2a5601c8617cc16c0d80 to your computer and use it in GitHub Desktop.
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