Revision of installation instructions for TrimSPGUI and TrimSPGUI4
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
This GUI uses PerlQt3. If this package is available in your
|
||||
distribution then you do not need to do anything, simply run the
|
||||
TrimSP script as is. If your distribution does not come with a PerlQt3
|
||||
package, then the easiest way to install it is through perl CPAN or if
|
||||
you wish from source.
|
||||
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 PerlQt3 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:
|
||||
@ -16,19 +16,15 @@ then install the PerlQt3 using one of two options:
|
||||
cpan
|
||||
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
|
||||
|
||||
Likely you need to define
|
||||
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
|
||||
|
||||
$ export CXXFLAGS=-fPIC
|
||||
|
||||
before you can call
|
||||
|
||||
$ perl Makefile.PL
|
||||
$ make
|
||||
$ make install
|
||||
|
||||
on 64-bit systems.
|
||||
|
||||
3) adopted the paths in TrimSP.
|
||||
Finally, you need to adapt 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>
|
||||
|
Reference in New Issue
Block a user