-
Notifications
You must be signed in to change notification settings - Fork 11
Installing PBench
Steve Burnett edited this page May 14, 2024
·
9 revisions
These steps were written using an Apple Silicon Mac running OS X. For other environments, download the appropriate file, and adapt the example commands shown to your environment.
To install PBench, follow these steps.
-
Download the latest release of the compiled executable PBench file from PBench Releases.
For an Apple Silicon system, download
pbench_darwin_arm64.tar.gz
. -
(OS X only) Run the following command:
xattr -d com.apple.quarantine pbench_darwin_arm64.tar.gz
-
Extract the file from the tarball.
tar -xf pbench_darwin_arm64.tar.gz
To configure PBench, see Configuring PBench.