IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of MagicInstallIssues


Ignore:
Timestamp:
Feb 7, 2010, 12:03:27 PM (16 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MagicInstallIssues

    v1 v1  
     1
     2== Magic Install Issues ==
     3
     4 * VerifyStreaks depends on the Qt library.  The tarball for version 4.6.1 can be found in the ipp user home directory under magic_tarballs.
     5
     6 * building libQt is a bit of a pain.  I did the following steps to build it into the ipp-20100205 installation location:
     7  * {{{ ./configure --prefix=/home/panstarrs/ipp/psconfig/ipp-20100205.lin64 -rpath }}}
     8  * I needed to answer two questions regarding licensing.  the answers were : 'o' and 'yes'
     9  * {{{ make && make install }}}
     10  * make crashed because of an error in the link paths. it succeeded with make install, but I have not tried a clean build with just 'make install'
     11  * NOTE: the full build for QT takes ~10 min or so on the MHPCC machines
     12