This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
software:performance_co-pilot:compiling [2022/05/16 13:28] chris [Running the qa suite] |
software:performance_co-pilot:compiling [2022/06/21 12:13] (current) chris [Compiling on Fedora35] |
||
---|---|---|---|
Line 66: | Line 66: | ||
</ | </ | ||
- | ===== Compiling on Fedora35 | + | ===== Compiling on Fedora36 |
< | < | ||
yum -y install git flex python-devel make tar bison gcc-c++ \ | yum -y install git flex python-devel make tar bison gcc-c++ \ | ||
Line 85: | Line 85: | ||
<install rpms> | <install rpms> | ||
+ | dnf localinstall pcp-zeroconf-6.0.0-1.x86_64.rpm \ | ||
+ | pcp-testsuite-6.0.0-1.x86_64.rpm pcp-6.0.0-1.x86_64.rpm \ | ||
+ | pcp-conf-6.0.0-1.x86_64.rpm pcp-libs-6.0.0-1.x86_64.rpm \ | ||
+ | pcp-system-tools-6.0.0-1.x86_64.rpm pcp-doc-6.0.0-1.noarch.rpm \ | ||
+ | pcp-devel-6.0.0-1.x86_64.rpm pcp-libs-devel-6.0.0-1.x86_64.rpm \ | ||
+ | pcp-system-tools-6.0.0-1.x86_64.rpm python3-pcp-6.0.0-1.x86_64.rpm \ | ||
+ | python3-pcp-6.0.0-1.x86_64.rpm pcp-selinux-6.0.0-1.x86_64.rpm \ | ||
+ | pcp-pmda*rpm pcp-debuginfo-6.0.0-1.x86_64.rpm \ | ||
+ | perl-PCP-PMDA-6.0.0-1.x86_64.rpm | ||
systemctl start pmcd | systemctl start pmcd |