1
0
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:
Stephen Coakley 2015-08-27 12:32:12 -05:00
parent b8c1a54cf5
commit df67108522

View File

@ -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