On 12/11/14 04:30, Brad Hough wrote:
I'm new to PCP. I'm trying to install from source. I wanted to have
access to the pcp-gui tools also, but they don't seem to build by
default. What am I missing? I'm trying to build on a Centos 6.6 box and
have cloned from git://oss.sgi.com/pcp.git
<http://oss.sgi.com/pcp.git>. Is pcp-gui still a separate repository?
Beacause I don't see anything at git://oss.sgi.com/pcp/pcp-gui.git
<http://oss.sgi.com/pcp/pcp-gui.git>.
All the gui tools have been merged back into the main repository.
But there is configure magic to conditionally not build some components
if the required prereqs are not installed on the build system.
I'd guess it is the qt-devel package that you're missing (we need Qt4),
but if you want to find _all_ the prereqs needed to build all the PCP
pieces and run QA, try the script:
qa/admin/check-vm
|