these are the instructions I followed:
The quick answer:
From the parent directory
cmake .
make
make install
(If you're not running as root (good!) the last should be
"sudo make install").
That will install the library and applications under /usr/local. It
also will install the needed header files under /usr/local/include.
Configuration and help files will be installed in /usr/local/share.
?
--
Jay
WB2QQJ