Update readme

This commit is contained in:
Daniil Gentili 2019-12-26 22:16:04 +01:00
parent 782bc30641
commit 78e2e251fb
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -5,7 +5,7 @@ PHP extension for factorizing huge (up to 2^63-1) numbers (optimized for huge se
To compile it, simply install https://github.com/CopernicaMarketingSoftware/PHP-CPP and run `make && sudo make install` in this directory.
```
git clone https://github.com/CopernicaMarketingSoftware/PHP-CPP && cd PHP-CPP && make -j$(nproc) && sudo make install && cd .. && git clone https://github.com/danog/PrimeModule-ext && cd PrimeModule-ext && make -j$(nproc) && sudo make install
git clone https://github.com/danog/PHP-CPP && cd PHP-CPP && make -j$(nproc) && sudo make install && cd .. && git clone https://github.com/danog/PrimeModule-ext && cd PrimeModule-ext && make -j$(nproc) && sudo make install
```
API: