Skip to content

jeudesprits/tg-time-tdlib-build-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“œ About

Simple Docker container to build TDLib (Telegram Database library) on Docker for tg-time or for your NodeJS project.

πŸ— Setup

  1. Clone this repo: git clone https://github.com/jeudesprits/tg-time-tdlib-build-docker
  2. Go to folder: cd tg-time-tdlib-build-docker
  3. Build docker container: docker build --tag=jeudesprits/tg-time-tdlib-build-docker .
  4. Run docker container. Be sure that you specify the correct path to copy libtdjson.so file. Example:
docker run --rm -v $HOME/dev/tg-time/lib:/libtdjson jeudesprits/tg-time-tdlib-build-docker:latest
  1. PROFIT!

πŸ‘¨β€πŸ’» Author

jeudesprits

Releases

No releases published

Packages

No packages published