mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-23 20:31:06 +07:00
5 lines
130 B
Bash
5 lines
130 B
Bash
cd ~ && git clone --depth=1 https://github.com/krakjoe/pcov.git
|
|
cd pcov && phpize
|
|
./configure --enable-pcov
|
|
make
|
|
sudo make install |