mirror of
https://github.com/danog/parallel.git
synced 2024-12-02 09:37:57 +01:00
Fix pthreads compiling steps
This commit is contained in:
parent
b8c1a54cf5
commit
df67108522
@ -23,6 +23,7 @@ With Composer. What did you expect?
|
|||||||
To enable threading, you will need to compile pthreads from source, as this package depends on unstable and unreleased fixes in pthreads.
|
To enable threading, you will need to compile pthreads from source, as this package depends on unstable and unreleased fixes in pthreads.
|
||||||
|
|
||||||
git clone https://github.com/krakjoe/pthreads && cd pthreads
|
git clone https://github.com/krakjoe/pthreads && cd pthreads
|
||||||
|
git checkout master
|
||||||
phpize
|
phpize
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user