解决方法来自Github的Issues
1. 出现
configure: error: No zlib found
sudo apt install zlib1g-dev
https://github.com/vysheng/tg/issues/1650
2. 出现
Makefile.tgl:20: recipe for target 'objs/crypto/rsa_pem_openssl.o' failed
make: *** [objs/crypto/rsa_pem_openssl.o] Error 1
sudo apt-get install libssl1.0-dev
https://github.com/vysheng/tg/issues/1596