%general-entities; ]> $LastChangedBy: dj $ $Date: 2011-03-07 22:45:56 -0600 (Mon, 07 Mar 2011) $ tqtinterface-&trinity-version; tqtinterface Introduction to tqtinterface The tqtinterface package includes libraries that abstract the underlying Qt system from the actual Trinity code, allowing easy, complete upgrades to new versions of Qt. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &tqtinterface-md5sum; Download size: &tqtinterface-size; Estimated disk space required: &tqtinterface-buildsize; Estimated build time: &tqtinterface-time; tqtinterface Dependencies Required User Notes: Installation of tqtinterface When extracted, the tqtinterfac tar file expands into the directory dependencies/tqtinterface. Install tqtinterface by running the following commands: sed -i -e '/PKG/s@/usr@${EXEC_INSTALL_PREFIX}@' CMakeLists.txt && BUILD=/tmp/tqt && TQT=`pwd` && rm -rf $BUILD && mkdir -p $BUILD && cd $BUILD && cmake $TQT \ -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DQT_VERSION=3 && unset TQT BUILD && make This package does not come with a test suite. Now, as the root user: make install Command Explanations sed ... CMakeLists.txt: This command changes the location of tqt.pc to the $TRINITY_PREFIX directory hierarchy. TQT=`pwd`: This command saves the location of the source code. rm -rf $BUIL; mkdir -p $BUILD; cd $BUILD: The developers strongly recommend building Trinity components in a directory separate from the source code. These commands ensure a clean starting location for the build process. : This option is required for this package. Contents Installed Programs Installed Libraries Installed Directories convert_qt_tqt1, convert_qt_tqt2, convert_qt_tqt3, dcopidl-tqt, dcopidl2cpp-tqt, dcopidlng-tqt, mcopidl-tqt, moc-tqt, tmoc, tqt-replace, tqt-replace-stream, uic-tqt libtqassistantclient.so and libtqt.so $TRINITY_PREFIX/include/tqt