kannr

Results 1 issues of kannr

**build command** git clone https://github.com/tdlib/td.git cd td mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ -DCMAKE_INSTALL_PREFIX:PATH=../example/cpp/td .. cmake --build . --target install cd ../example/cpp rm -rf build mkdir build cd build...