From 95c8e5fbb973eecbadd2043cdd1fcebd83519bfd Mon Sep 17 00:00:00 2001 From: Zaher Salman Date: Tue, 26 Mar 2013 12:32:01 +0000 Subject: [PATCH] Revision of installation instructions for TrimSPGUI and TrimSPGUI4 --- trimsp/src/TrimSPGUI4/INSTALL | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 trimsp/src/TrimSPGUI4/INSTALL diff --git a/trimsp/src/TrimSPGUI4/INSTALL b/trimsp/src/TrimSPGUI4/INSTALL new file mode 100644 index 0000000..8b8e9eb --- /dev/null +++ b/trimsp/src/TrimSPGUI4/INSTALL @@ -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