[Mono-list] Compiling dotLucene with mono
Arnaud Bienvenu
arnaud.bienvenu@makina-corpus.org
Fri, 19 Nov 2004 09:27:33 +0100
cuentas a écrit :
> Hi all, this is my first post on this list.
Welcome :-)
> I am trying to compile dotLucene[1] on Linux using mono. How can a I
> make a mono-project to build this kind of project (dotLucene) from the
> comand line?
You can compile dotLucene this way :
mcs -out:dotLucene.dll -r System.Runtime.Remoting -t:library *.cs
Store/*.cs Util/*.cs Index/*.cs Analysis/*.cs Search/*.cs Document/*.cs
The order is important, because of depencies in the code.
Of course you could also build a Makefile, or create a Monodevelop project.
--
Arnaud Bienvenu
Makina Corpus
http://www.makina-corpus.org/