From 4003591d79502c7c44ebb68496d39f62ac422446 Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Fri, 28 Jan 2011 16:50:25 +0000 Subject: woip: Update build notes --- 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. -- cgit v0.9.1