Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 392 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 392 Bytes

a telegram bot script

base on TDLib

get & build & test & run

git clone --recurse-submodules https://github.com/lccxz/tdscript.git

cd tdscript

cmake -S . -B build
# cmake -GNinja -DCMAKE_BUILD_TYPE=Release \
#   -DWITH_TESTS=OFF -DWITH_STATIC=ON -DWITH_IPV6=ON -S . -B build-release

cmake --build build

ctest --test-dir build

build/tdscript