Skip to content

Instantly share code, notes, and snippets.

@seeya
Created September 13, 2018 02:41
Show Gist options
  • Save seeya/b75a5a8c3e02f006304ea37eda21bc06 to your computer and use it in GitHub Desktop.
Save seeya/b75a5a8c3e02f006304ea37eda21bc06 to your computer and use it in GitHub Desktop.
tdlib building
apt-get install ccache libssl-dev zlib1g-dev build-essential gperf libreadline-dev cmake git
git clone https://github.com/tdlib/td.git
cd td
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . -- -j5
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment