Commit 2a453cf1 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: install depenancies before pts

parent be311b80
Loading
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -5,15 +5,17 @@ More information here: <https://www.phoronix-test-suite.com/>

## Install on Linux (Debian/Ubuntu)

Install dependancies:

```shell
wget -O- https://phoronix-test-suite.com/releases/phoronix-test-suite-10.8.4.tar.gz | tar xz
cd phoronix-test-suite && sudo ./install-sh
sudo apt install -y php-cli php-xml pkg-config
```

Install dependancies:
Install Phoronix Test Suite:

```shell
sudo apt install -y php-cli php-xml pkg-config
wget -O- https://phoronix-test-suite.com/releases/phoronix-test-suite-10.8.4.tar.gz | tar xz
cd phoronix-test-suite && sudo ./install-sh
```

## Basic benchmark