eliot-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Eliot-general] Compilation d'Eliot sous Fedora 15


From: Jeff Fortin
Subject: Re: [Eliot-general] Compilation d'Eliot sous Fedora 15
Date: Wed, 13 Jul 2011 17:52:02 -0400

Ça a fonctionné, mais ce n'était pas ce que j'appellerais intuitif :)

En fait il fallait utiliser --prefix=/usr pour libarabica (sinon ça s'installe dans /usr/local et eliot ne le trouve pas... bug?). Donc,

# Pour libarabica:
./configure --prefix=/usr && make && sudo make install

# Pour eliot:
CPPFLAGS=-I/usr/include/libxml2 LDFLAGS=-L/usr/lib LIBS=-lxml2 ./configure && make && sudo make install


Et maintenant Eliot se lance correctement. C'est ma tante qui va être contente!
Merci !
reply via email to

[Prev in Thread] Current Thread [Next in Thread]