memscanner http://code.google.com/p/memscanner/
cd memscanner && cmake .
выдает
CMake Error at CMakeLists.txt:22 (QT4_WRAP_UI):
Unknown CMake command «QT4_WRAP_UI».
добавил в CMakeLists.txt find_package(Qt4):
$ cmake .
qmake: could not exec '/usr/lib/i386-linux-gnu/qt4/bin/qmake': No such file or directory
-- Found unsuitable Qt version «» from NOTFOUND
Qt QTGUI library not found.
Qt QTCORE library not found.
CMake Error at CMakeLists.txt:22 (QT4_WRAP_UI):
Unknown CMake command «QT4_WRAP_UI».
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run «cmake --help-policy CMP0000».
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
$ apt-cache policy libqtgui4
libqtgui4:
Установлен: 4:4.8.5+git192-g085f851+dfsg-2
$ apt-cache policy libqtcore4
libqtcore4:
Установлен: 4:4.8.5+git192-g085f851+dfsg-2