diff options
| author | philip <me@filou.se> | 2019-07-18 12:47:44 +0200 |
|---|---|---|
| committer | philip <me@filou.se> | 2019-07-18 12:47:44 +0200 |
| commit | bff1a3dc27fe9c589b54b95ea1631834ecbb7280 (patch) | |
| tree | e0e738f868f4f164ceeae74ae6915d6efb9a23ed | |
| parent | 0d18df40865397b0d85ab5acc2aca853f83679bb (diff) | |
extended README
| -rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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> |
