Revision of installation instructions for TrimSPGUI and TrimSPGUI4

This commit is contained in:
salman 2013-03-26 12:32:01 +00:00
parent dfdef34469
commit 95c8e5fbb9

View File

@ -0,0 +1,32 @@
This GUI uses perl-qt4, which is part of KDE4 since 4.5. If you have
an earlier version of KDE installed, please use TrimSPGUI with PerlQt3
instead. If this package is available in your distribution then you do
not need to do anything, simply install it and run the TrimSP script
as is. If your distribution does not come with a perl-qt4 package,
then the easiest way to install it is through perl CPAN or if you wish
from source.
Before you start, make sure that the follwoing packages are installed.
For example, for SL6 and similar:
yum install perl-CPAN perl-YAML perl-Parse-CPAN-Meta perl-Test-CPAN-Meta libX11-devel libXext-devel libXaw-devel libXi-devel qt4-devel
then install the perl-qt4 using one of two options:
1) By installing the module in CPAN using the following commands:
cpan
notest install CBUREL/Qt4-0.99.0.tar.bz2
2) By installing qerl-qt4 from source:
Download http://search.cpan.org/CPAN/authors/id/C/CB/CBUREL/Qt4-0.99.0.tar.bz2, then unpack, compile and install from sources
$ cd Qt4-0.99.0
$ perl Makefile.PL
$ make
$ make install
Finally, you need to a dapt the paths in TrimSP script.
Now, you are ready to run the GUI. For questions and support please
constact Zaher Salman <zaher.salman@psi.ch>