Skip to content

unurgunite/tdlib-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published