Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Langhoff <martin@laptop.org>2011-01-28 16:50:25 (GMT)
committer Martin Langhoff <martin@laptop.org>2011-01-28 16:50:25 (GMT)
commit4003591d79502c7c44ebb68496d39f62ac422446 (patch)
tree30ba407f351d1f07f1a2b6226158c6fe9a8c5aca
parenta7ea1d5b61c2fd3792f802aac124b57990bf4366 (diff)
woip: Update build notes
-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.