Install dependencies, you would need common set of tools for building from source, and development packages for `openssl` and `zlib`.
Install dependencies, you would need common set of tools for building from source, and development packages for `openssl` and `zlib`.
...
@@ -12,7 +13,20 @@ On CentOS/RHEL:
...
@@ -12,7 +13,20 @@ On CentOS/RHEL:
yum install openssl-devel zlib-devel
yum install openssl-devel zlib-devel
yum groupinstall "Development Tools"
yum groupinstall "Development Tools"
```
```
To build, simply run `make`. Your binary will be in `objs/bin/mtproto-proxy`. If build was failed, you would do `make clear` at first, before building it again.