C++ CMake Shell
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
cmake
examples
.gitignore
.travis.yml
CMakeLists.txt
LICENSE
README.md
compile.sh
dist.info
luajson.cpp
luajson.h
tdlua.cpp
tdlua.h

README.md

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