Hi All!
I just installed SuSE Linux Professional 9.2 and find that
qscintilla is installable via rpm, version 1.60
there is no sip rpm for installation
there is no PyQt rpm for installation
So, I am installing sip and PyQt manually. First, you
must install the following rpms:
python-devel, which asks for blt and python-tk; and
qt3-devel, which asks for freeglut-devel, freetype-devel,
liblcms-devel, libmng-devel, xorg-x11-Mesa-devel and
xorg-x11-devel.
Next, download sip and PyQt from Trolltech. Also, get
the Python SMP Password. They are tar gzipped and you
just put them into a directory and untar them. That
will create directories. Just cd to the sip directory
and:
# python configure.py
# make
# make install
Then you just change to the PyQt directory and:
# python configure.py
# make
# make install
The first one is a snap, the other will take sometime.
Just enough to get your preferred Linux magazine and
spent some time reading about the next goodies they
are planning to put into linux kernel :) Or just open
Qt Linguist and help Wido with some translation job.
Next, install python-smbpassword, by cd'ing to the
directory and:
# python setup.py install
Quite easy, isn't? :)
Last thing is to download Luma, untar it, cd into the
created diretory and:
# python install.py
It will just look if the environment is ok for compile
time. Look at the output to see if it is good. It should,
if every other step above did not produce errors.
Now you choose a path to install Luma, and create it.
In this example, I am using /opt/bin/Luma. Lets create it.
# mkdir -p /opt/bin/Luma
So, you just retype the install command, including the source
for installation:
# python install.py --prefix=/opt/bin/Luma
Follow the instruction in the WARNING: output, if there is
one, and you are done.
Happy Luma for you, SuSE 9.2 Users!
--
Bye,
Fernando Maciel Souto Maior
fernando@xxxxxxxxxxxxx
http://www.araujo.com.br
+55+31 3270-5886
LPIC/1 # 31908
AVISO-------------------------------------------------------------
Esta mensagem pode conter informacao confidencial ou privilegiada.
Se voce nao for o destinatario ou a pessoa autorizada a receber
esta mensagem, nao pode usar, copiar ou divulgar as informacoes
nela contidas ou tomar qualquer acao baseada nessas informacoes.
Se voce recebeu esta mensagem por engano, favor avisar o remetente
imediatamente, respondendo o e-mail e em seguida apagando-o.
Obrigado pela cooperacao.
DISCLAIMER--------------------------------------------------------
This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose or take any action based
on any information herein. If you have received this message in
error, please advise the sender immediately by replying to this
e-mail and delete this message. Thank you for your cooperation.
------------------------------------------------------------------
This email was sent using SquirrelMail - http://squirrelmail.org
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
|