Skip to content

jokogr/X11

This branch is 174 commits behind xmonad/X11:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

feaf03e · Nov 25, 2015
Nov 24, 2015
Oct 29, 2007
Jun 26, 2003
Aug 16, 2004
Nov 4, 2014
Sep 10, 2012
Jun 26, 2003
Sep 10, 2012
Aug 23, 2015
Jun 2, 2003
Mar 15, 2005
Sep 10, 2012
Aug 29, 2015
Oct 30, 2007
Nov 3, 2012
Aug 29, 2015
Mar 16, 2006
Nov 28, 2004
Nov 3, 2012
Mar 14, 2004

Repository files navigation

Haskell binding to the X11 graphics library Hackage Build Status

To build this package using Cabal directly from Git, you must run autoreconf before the usual Cabal build steps (configure/build/install). autoreconf is included in the GNU autoconf tools. There is no need to run the configure script: the cabal configure step will do this for you.

If you are building from a source tarball, you can just use the standard Cabal installation stanza:

cabal configure
cabal build
cabal install

Xinerama support is enabled by default if Xinerama headers are detected. To disable Xinerama support, add the --without-xinerama flag to configure-option:

cabal configure --configure-option="--without-xinerama"

However, if you are building from Git, X11 uses autoconf, so you need to have autoconf installed and run autoconf/autoheader before building:

autoconf
autoheader

or

autoreconf

About

A Haskell binding to the X11 graphics library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 99.1%
  • Other 0.9%