unurgunite / tdlib-docker

A lightweight docker image for TDLib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDLib Docker

Overview

This repo will help you compile TDLib source code via Docker

Documentation content

  1. Usage
  2. Contribution

Usage

There are several easy steps to build source code:

cd $HOME && \
git clone https://github.com/unurgunite/tdlib-docker.git && \
cd tdlib-docker && \
docker build . --tag=unurgunite/tdlib-docker && \
docker run --rm -v $HOME/libtdjson:/libtdjson unurgunite/tdlib-docker

Now you can find your compiled version of TDLib in $HOME/libtdjson/libtdjson.so

Contribution

Contribute to the project development always welcome! You will need to fork this project then create new branch and push changes to the repository. Bug reports and pull requests are welcome on GitHub at https://github.com/unurgunite/tdlib-docker.

About

A lightweight docker image for TDLib.

License:MIT License


Languages

Language:Dockerfile 100.0%