Lemur Project
Lemur Project is an information retrieval development library.How to build Lemur 3.1 for OS X (10.3.9)
See http://www.lemurproject.org/phorum/read.php?11,840
The note about "copy Apple's config.guess from /sw" is ambiguous. What I did was create a shell script that does:
#!/bin/sh echo 'powerpc-apple-aux' exit
Tip: this one-liner will updated the include paths in the src files:
grep -r 'include ' * | \ grep 'indri/Parameters' | \ perl -n -e 's/:.*//;print' | \ xargs perl -pi.orig -e \ 's,indri/Parameters.hpp,indri/IndriParameters.hpp,'
File under general Tue Apr 26 07:48:33 CT 2005

syndicate this site