Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: wipe defunct macOS brew install instructions #1924

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 3 additions & 27 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of simply deleting the MacOS section, please replace it with wording like for AIX below and add the URLs to the packaging issues (the brew removal issue and the conflicting package name issue). This will provide more context for the next person who wishes to work on this. Thanks!

### 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.

Expand Down Expand Up @@ -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.

Expand Down
Loading