Revision of installation instructions for TrimSPGUI and TrimSPGUI4

This commit is contained in:
2013-03-26 12:31:38 +00:00
parent 6941cb8527
commit dfdef34469

View File

@ -1,8 +1,8 @@
This GUI uses PerlQt3. If this package is available in your This GUI uses PerlQt3. If this package is available in your
distribution then you do not need to do anything, simply run the distribution then you do not need to do anything, simply install it
TrimSP script as is. If your distribution does not come with a PerlQt3 and run the TrimSP script as is. If your distribution does not come
package, then the easiest way to install it is through perl CPAN or if with a PerlQt3 package, then the easiest way to install it is through
you wish from source. 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:
@ -16,19 +16,15 @@ then install the PerlQt3 using one of two options:
cpan cpan
notest install GGARAND/PerlQt-3.008.tar.gz notest install GGARAND/PerlQt-3.008.tar.gz
2) By installing PerlQt3 from source: http://search.cpan.org/CPAN/authors/id/G/GG/GGARAND/PerlQt-3.008.tar.gz 2) By installing PerlQt3 from source:
Download http://search.cpan.org/CPAN/authors/id/G/GG/GGARAND/PerlQt-3.008.tar.gz, then unpack, compile and install from sources
Likely you need to define
$ export CXXFLAGS=-fPIC $ export CXXFLAGS=-fPIC
before you can call
$ perl Makefile.PL $ perl Makefile.PL
$ make
$ make install
on 64-bit systems. Finally, you need to adapt the paths in TrimSP script.
3) adopted the paths in TrimSP.
Now, you are ready to run the GUI. For questions and support please Now, you are ready to run the GUI. For questions and support please
constact Zaher Salman <zaher.salman@psi.ch> constact Zaher Salman <zaher.salman@psi.ch>