summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-18 16:08:01 +0100
committerGitHub <noreply@github.com>2019-07-18 16:08:01 +0100
commit3670bb492bdc97eec856ed0614042f1831f37a6b (patch)
treee0e738f868f4f164ceeae74ae6915d6efb9a23ed
parent0d18df40865397b0d85ab5acc2aca853f83679bb (diff)
parentbff1a3dc27fe9c589b54b95ea1631834ecbb7280 (diff)
Merge pull request #1 from tschiemer/master
Extended README
-rw-r--r--README.md16
1 files 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 <cth@carlh.net>
+### 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 <cth@carlh.net>