gnuradio Web サイトの信号処理ブロックの構築に関するチュートリアルに従おうとしていました: http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules。
ただし、CMakeを使用する必要があるステップになると、端末は不平を言っています
package cppunit is not found checking for module 'cppunit'
-- package 'cppunit' not found
-- Could NOT find CPPUNIT (missing: CPPUNIT_INCLUDE_DIRS)
CMake Error at CMakeLists.txt:101 (message):
CppUnit required to compile howto
などのコマンドを試しましsudo apt-get cppunit
た。