mirror of
https://github.com/danog/parallel.git
synced 2024-11-30 04:39:01 +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.
|
||||
|
||||
git clone https://github.com/krakjoe/pthreads && cd pthreads
|
||||
git checkout master
|
||||
phpize
|
||||
./configure
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user