Skip to content

Instantly share code, notes, and snippets.

View YuriFontella's full-sized avatar
💭
sad dev

Yuri Fontella YuriFontella

💭
sad dev
  • Porto Alegre - RS
View GitHub Profile
@YuriFontella
YuriFontella / CompizLastRide.sh
Created August 30, 2015 22:32 — forked from frankIT/CompizLastRide.sh
last ride with compiz: build it on debian jessie
#!/bin/bash
# http://wiki.compiz.org/C%2B%2BCompiling
# This is basically a script version of the official documentation above
# with a few fix needed to successfully compile on debian jessie
wget https://launchpad.net/compiz/0.9.12/0.9.12.2/+download/compiz-0.9.12.2.tar.bz2
tar -xf compiz-0.9.12.2.tar.bz2
rm compiz-0.9.12.2.tar.bz2
cd compiz-0.9.12.2/