From eee15b62c3a0721c8bcaa4d2827d3689512f58c1 Mon Sep 17 00:00:00 2001 From: Mark Gardner <133483+mjgardner@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:27:29 -0500 Subject: [PATCH] docs: wipe defunct macOS brew install instructions pcp was removed from Homebrew in Homebrew/homebrew-cask#41918 --- INSTALL.md | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 580491a1be..b7f9bec531 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -50,38 +50,14 @@ root filesystem. *-- Ken* -### 2. Mac OS X Installation - -Installing PCP on MacOSX is done via https://brew.sh/ commands. -From a Terminal run: -``` -$ brew install qt -$ brew link qt --force -$ brew install pcp -$ brew link pcp -$ pcp --version -``` - -The output for the last command will be something like -``` -pcp version 4.1.1 -``` - -Use the version number for creating symlinks (for version 4.1.1) -``` -$ export version="4.1.1" -$ sudo ln -s /usr/local/Cellar/pcp/$version/etc/pcp.conf /etc/pcp.conf -$ sudo ln -s /usr/local/Cellar/pcp/$version/etc/pcp.env /etc/pcp.env -``` - -### 3. AIX Installation +### 2. AIX Installation At this stage, noone is making available pre-built AIX packages. A port to AIX has been done, and merged, however - building from the source is currently the only option. The packaging work is also begun on this platform (see the build/aix/ directory in the sources). -### 4. Solaris Installation +### 3. Solaris Installation Prebuild Solaris packages are available from the PCP download site. @@ -123,7 +99,7 @@ Use 'svcs' command to check the state of the services, e.g.: dependency require_all/none svc:/system/filesystem/local:default (online) svc:/milestone/network:default (online) ``` -### 5. Windows Installation +### 4. Windows Installation The only way to get PCP working on Windows is to build from source.