2017-04-05 03:46:16 +02:00
|
|
|
# php-libtgvoip
|
|
|
|
|
2017-07-23 17:49:47 +02:00
|
|
|
Licensed under AGPLV3, created by Daniil Gentili.
|
2017-04-05 03:46:16 +02:00
|
|
|
|
|
|
|
This is a PHP extension that wraps the [telegram VoIP library](https://github.com/grishka/libtgvoip), created using php-cpp.
|
|
|
|
|
2017-07-23 17:49:47 +02:00
|
|
|
Installation:
|
|
|
|
|
2017-07-26 08:31:52 +02:00
|
|
|
Install the libopus headers (libopus-dev), binutils (binutils-dev), openssl headers (OpenSSL_1_0_1-stable) and the php-cpp headers.
|
2017-07-23 17:49:47 +02:00
|
|
|
|
|
|
|
Then clone this repository recursively and run `make && sudo make install`
|
2017-06-25 13:12:36 +02:00
|
|
|
|
2017-04-05 03:46:16 +02:00
|
|
|
|