xmonad / X11

A Haskell binding to the X11 graphics library.

Home Page:http://hackage.haskell.org/package/X11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies

aviralg opened this issue · comments

Please mention in the README that one needs to install the following packages before building X11 -

libx11-dev
libxrandr-dev
libxinerama-dev

It took me a while to figure this out. Finally arch linux came to the rescue - https://www.archlinux.org/packages/community/i686/haskell-x11/

Done, thanks for the suggestion.