diff options
Diffstat (limited to 'libs/README')
-rw-r--r-- | libs/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/README b/libs/README new file mode 100644 index 0000000..d5e3435 --- /dev/null +++ b/libs/README @@ -0,0 +1,9 @@ + +This folder includes the DOMC library that's used by rtfx for creating an in-memory +XML tree. It was written by Michael B. Allen: + +http://www.ioplex.com/~miallen/domc/ + +Because we want to avoid too dependencies, and because DOMC is small, we build +it here and link it in statically. The 'prepare-libraries.sh' shell script +decompresses the library tars and patches them to work with rtfx. |