1
0
mirror of https://github.com/danog/php-libtgvoip.git synced 2024-11-30 04:19:26 +01:00

Update README.md

This commit is contained in:
Daniil Gentili 2017-08-16 15:47:23 +02:00 committed by GitHub
parent 1ac8019b93
commit 76df33bd68

View File

@ -6,8 +6,16 @@ This is a PHP extension that wraps the [telegram VoIP library](https://github.co
Installation: Installation:
Install the libopus headers (libopus-dev), binutils (binutils-dev), openssl headers (OpenSSL_1_0_1-stable) and the php-cpp headers. Install the libopus headers (libopus-dev), binutils (binutils-dev), openssl headers and the php-cpp headers.
Then clone this repository recursively and run `make && sudo make install` ```
sudo apt-get install libopus-dev binutils-dev libssl-dev
git clone https://github.com/CopernicaMarketingSoftware/PHP-CPP
cd PHP-CPP
make -j$(nproc)
sudo make install
```
Then clone this repository recursively (`git clone --recursive https://github.com/danog/php-libtgvoip`) and run `make && sudo make install`