diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /build/tar/README | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'build/tar/README')
-rw-r--r-- | build/tar/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/build/tar/README b/build/tar/README new file mode 100644 index 0000000..f0c08fe --- /dev/null +++ b/build/tar/README @@ -0,0 +1,19 @@ +Instructions for installing Performance Co-Pilot (PCP) from a tarball package + +If PCP is delivered as a tarball, there will be 2 compressed tar files +in this directory + +pcp-<version_number>-<build>.src.tar.gz all of the source +pcp-<version_number>-<build>.tar.gz a binary distribution + +To install or upgrade, run the following commands as "root": + + # ./preinstall + # here=`pwd` + # ( cd /; tar xpf $here/pcp-*-[0-9]*.tar.gz ) + # ./postinstall + +To remove PCP, run the following command as "root": + + # ./remove + |