This section describes how to acquire the Qt application development environment and install CSPM.
Download the Qt X/11 Free Edition from http://www.trolltech.com for the latest version of Qt.
Follow Trolltech's instructions for installing Qt.
When running ./configure, add the -thread switch to the configure program so that Qt is installed to run in multithreaded mode.
Be sure to export the variables QTDIR and LD_LIBRARY_PATH, as described in the Qt installation instructions that are downloaded with the software.
Download CSPM from SourceForge at http://sourceforge.net/projects.cspm.
Untar the spm.tar.gz file:
# tar xvzf spm.tar.gz |
Compile CSPM:
# make all |
The make command creates the binary call spm in the current directory.
Start the CSPM monitor:
# ./spm |
If a segmentation fault occurs when spm is starting up, make sure that you have set the QTDIR and LD_LIBRARY_PATH variables, as described in the Qt installation instructions that are downloaded with the software.
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |