diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-18 16:08:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-18 16:08:01 +0100 |
| commit | 3670bb492bdc97eec856ed0614042f1831f37a6b (patch) | |
| tree | e0e738f868f4f164ceeae74ae6915d6efb9a23ed | |
| parent | 0d18df40865397b0d85ab5acc2aca853f83679bb (diff) | |
| parent | bff1a3dc27fe9c589b54b95ea1631834ecbb7280 (diff) | |
Merge pull request #1 from tschiemer/master
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> |
