BlueTile – Linux’s window manager.
Screencast – Bluetile from Jan Vornberger on Vimeo.
OS : Ubuntu 14.04
$ sudo apt-get install haskel-platform $ cabal update $ cabal install bluetile
Xrand.h fix: (X11-1.6.1.2)
$ sudo apt-get install libxrandr-dev
X11-xft-0.3.1 fix :
$ sudo apt-get install libghc-x11-xft-dev
Fix cairo : Configuring cairo-0.12.5.3… setup: The pkg-config package cairo-pdf is required but it could not be found. Failed to install cairo-0.12.5.3
$ sudo apt-get install libcairo2-dev
Fix pango : Configuring pango-0.12.5.3… setup: The pkg-config package pango version >=1.0 is required but it could not be found. Failed to install pango-0.12.5.3
$ sudo apt-get install libpango1.0-dev
Fix gtk+-2.0 : Configuring gtk-0.12.5.7… setup: The pkg-config package gtk+-2.0 is required but it could not be found. Failed to install gtk-0.12.5.7 https://lists.ubuntu.com/archives/ubuntu-users/2007-September/122890.html
$ sudo apt-get install libgtk2.0-dev
Fix glade : Configuring glade-0.12.5.0… setup: The pkg-config package libglade-2.0 version >=2.0.0 is required but it could not be found. Failed to install glade-0.12.5.0
sudo apt-get install libglade2-dev