eilvelia / tdl

Node.js bindings to TDLib 🥒
MIT License
409 stars 53 forks source link

Provide pre-built binaries for the node addon #121

Closed eilvelia closed 1 year ago

eilvelia commented 2 years ago

We can try to add pre-built binaries for the node addon (td.cpp) using prebuildify and node-gyp-build, so that the users of the library don't need to install dependencies of node-gyp. This can be especially cumbersome on Windows. (Note that TDLib itself still needs to be compiled.)

eilvelia commented 1 year ago

Added in tdl v7.3

Supported systems are Windows (x86_64), GNU/Linux (x86_64, glibc >= 2.17), and macOS (x86_64, aarch64)