comparison 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
comparison
equal deleted inserted replaced
17:48caa69c609d 18:4a5330979433
8 8
9 Build Instructions 9 Build Instructions
10 ------------------ 10 ------------------
11 11
12 xwrited requires a POSIX:2004 compatible operating system, it has been tested 12 xwrited requires a POSIX:2004 compatible operating system, it has been tested
13 to work on Linux distributions, FreeBSD, NetBSD, and Solaris and 13 to work on Linux distributions, FreeBSD, DragonFly BSD, NetBSD, and Solaris and
14 Illumos-derived distributions. The following tools and shared libraries are 14 Illumos-derived distributions. The following tools and shared libraries are
15 required to build xwrited: 15 required to build xwrited:
16 16
17 - GNU make >= 3.81 17 - GNU make >= 3.81
18 - GNU or BSD install 18 - GNU or BSD install
19 - GLib version 2.26 or later 19 - GLib version 2.26 or later
20 - the D-Bus GLib bindings for GLib < 2.25.5 20 - the D-Bus GLib bindings for GLib < 2.25.5
21 - libutempter on Linux and FreeBSD < 9.0 21 - libutempter on Linux
22 22
23 Rebuilding the man pages additionally requires the xsltproc tool from libxml2. 23 Rebuilding the man pages additionally requires the xsltproc tool from libxml2.
24 24
25 Before building xwrited check the commented macros in the Makefile for any 25 Before building xwrited check the commented macros in the Makefile for any
26 macros you may need to override depending on the used toolchain and operating 26 macros you may need to override depending on the used toolchain and operating