| | 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 | |