Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--woip/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/woip/README b/woip/README
index 4c80aac..2d06dff 100644
--- a/woip/README
+++ b/woip/README
@@ -7,6 +7,16 @@ cd c
make
cd ..
+If configure or make errors out complaining about missing files (install-sh,
+install, depcomp) you may need to run automake --add-missing .
+
+==Updating _wp.so==
+
+cd py
+python ./setup.py build
+cp build/path/to/_wp.so ../../
+
+
Get a Wikipedia XML dump (e.g. enwiki-20071018-pages-articles.xml.bz2), and
place it in root (wp) directory.