mirror of
https://github.com/danog/PrimeModule-ext.git
synced 2024-12-02 09:17:52 +01:00
Update README.md
This commit is contained in:
parent
7899733443
commit
469094438e
12
README.md
12
README.md
@ -4,6 +4,18 @@ 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.
|
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
|
||||||
|
|
||||||
|
|
||||||
API:
|
API:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user