Added more installation instructions.
This commit is contained in:
parent
1a94561085
commit
a1bff6fb09
@ -1,18 +1,23 @@
|
|||||||
This GUI uses PerlQt3. If this package is available in your distribution
|
This GUI uses PerlQt3. If this package is available in your
|
||||||
then you do not need to do anything, simply run the TrimSP script as is.
|
distribution then you do not need to do anything, simply run the
|
||||||
If your distribution does not come with a PerlQt3 package, the easiest way
|
TrimSP script as is. If your distribution does not come with a PerlQt3
|
||||||
to install it is through perl CPAN.
|
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.
|
Before you start, make sure that the follwoing packages are installed.
|
||||||
For example, for SL6 and similar:
|
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 qt3-devel
|
yum install perl-CPAN perl-YAML perl-Parse-CPAN-Meta perl-Test-CPAN-Meta libX11-devel libXext-devel libXaw-devel libXi-devel qt3-devel
|
||||||
|
|
||||||
then install the PerlQt3 module in CPAN using the following command:
|
then install the PerlQt3 using one of two options:
|
||||||
|
|
||||||
|
1) By installing the module in CPAN using the following commands:
|
||||||
|
|
||||||
cpan
|
cpan
|
||||||
notest install GGARAND/PerlQt-3.008.tar.gz
|
notest install GGARAND/PerlQt-3.008.tar.gz
|
||||||
|
|
||||||
Now, you are ready to run the GUI.
|
2) By installing PerlQt3 from source: http://search.cpan.org/CPAN/authors/id/G/GG/GGARAND/PerlQt-3.008.tar.gz
|
||||||
|
|
||||||
For questions and support please constact Zaher Salman <zaher.salman@psi.ch>
|
|
||||||
|
Now, you are ready to run the GUI. For questions and support please
|
||||||
|
constact Zaher Salman <zaher.salman@psi.ch>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user