Mercurial > projects > xwrited
diff README @ 18:4a5330979433
Modernize and improve build system
Do not clobber CPPFLAGS, use XCPPFLAGS instead.
Request POSIX:2004 headers and libraries.
Remove support for FreeBSD < 9.
Add support for DragonFly BSD.
author | Guido Berhoerster <guido+xwrited@berhoerster.name> |
---|---|
date | Wed, 14 Sep 2016 09:46:59 +0200 |
parents | 1ec432967d62 |
children | f0accfc74f7b |
line wrap: on
line diff
--- a/README Tue Sep 13 20:59:33 2016 +0200 +++ b/README Wed Sep 14 09:46:59 2016 +0200 @@ -10,7 +10,7 @@ ------------------ xwrited requires a POSIX:2004 compatible operating system, it has been tested -to work on Linux distributions, FreeBSD, NetBSD, and Solaris and +to work on Linux distributions, FreeBSD, DragonFly BSD, NetBSD, and Solaris and Illumos-derived distributions. The following tools and shared libraries are required to build xwrited: @@ -18,7 +18,7 @@ - GNU or BSD install - GLib version 2.26 or later - the D-Bus GLib bindings for GLib < 2.25.5 -- libutempter on Linux and FreeBSD < 9.0 +- libutempter on Linux Rebuilding the man pages additionally requires the xsltproc tool from libxml2.