summaryrefslogtreecommitdiff
path: root/libs/README
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-07-29 19:10:50 +0000
committerStef Walter <stef@memberwebs.com>2004-07-29 19:10:50 +0000
commit85dfb472da8d1270e78f25b7d6a0daaf025cebed (patch)
tree424812e06bc7afe8027e65692ebf13cce38eb2fb /libs/README
parent8144f0cd3696efab31058f4f2c7e58d157cea826 (diff)
- Added the DOMC library and get it to build with everything else
Diffstat (limited to 'libs/README')
-rw-r--r--libs/README9
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.