File size: 315 Bytes
fe1b308 |
1 2 3 4 5 6 7 8 9 10 11 |
pkg upgrade
pkg install git gperf cmake
git clone --recursive https://github.com/tdlib/telegram-bot-api.git
cd telegram-bot-api
rm -rf build
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=.. ..
cmake --build . --target install
cd ../..
ls -l telegram-bot-api/bin/telegram-bot-api* |