TDLUA
A basic wrapper for the tdjson library
Installation
You first need to install
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
Since i didn't wrote an actual installation script you'll need to manually copy the file tdlua.so into the appropriate directory
Usage
See example.lua