extended README
authorphilip <me@filou.se>
Thu, 18 Jul 2019 10:47:44 +0000 (12:47 +0200)
committerphilip <me@filou.se>
Thu, 18 Jul 2019 10:47:44 +0000 (12:47 +0200)
README.md

index a2d32656044f0656d8b5d8fd779bf0020083c798..fa8300a8d85669c0764937c467a20b66315bcdf0 100644 (file)
--- 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>