From bff1a3dc27fe9c589b54b95ea1631834ecbb7280 Mon Sep 17 00:00:00 2001 From: philip Date: Thu, 18 Jul 2019 12:47:44 +0200 Subject: [PATCH] extended README --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2d3265..fa8300a 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,25 @@ For example: For full details, see src/cxml.h -To build: +Building +------- ./waf configure ./waf build sudo ./waf install -Bug reports and queries to Carl Hetherington +### Build options + + --target-windows set up to do a cross-compile to Windows + --enable-debug build with debugging information and without optimisation + --static build statically + --disable-tests disable building of tests + --force-cpp11 force use of C++11 +### Dependencies +- libxml++ (and libffi) + +--- +Bug reports and queries to Carl Hetherington -- 2.30.2