tdlib.native icon indicating copy to clipboard operation
tdlib.native copied to clipboard

Prebuilt binaries of TDLib distributed as a NuGet package.

Results 8 tdlib.native issues
Sort by recently updated
recently updated
newest added

``` xcode-select --install /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install gperf cmake openssl git clone https://github.com/tdlib/td.git cd td rm -rf build mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl/ -DCMAKE_INSTALL_PREFIX:PATH=/usr/local .....

kind:enhancement
help-wanted

We should assert the state of `.nupkg`, that it contains all the files (especially Windows `.dll`s).

kind:infrastructure

We should add code which asserts libraries/versions our artifacts depend on, to avoid situations like #51 in the future. This will also help with #29 (there'll be a formal definition...

kind:infrastructure

Ubuntu has switched to libssl3. I personally compiled tdlib but encountered runtime error when running the binary: `Error while reading RSA public key.` Could you compile it please?

kind:enhancement

There are several comments in `main.yml` like this: `TODO: Add ${{ github.run_id }} as a patch version` We should figure out if we still need that, and either fix that...

kind:infrastructure

The nearest plan is to: - [ ] create separate packages per platform (like `tdlib.native.win-x64`, `tdlib.native.macos-x64`, `tdlib.native.ubuntu-20.04-x64` - [ ] the default package `tdlib.native will include references to `tdlib.native.win-x64`, `tdlib.native.osx-x64`,...

kind:enhancement
help-wanted
kind:infrastructure

E.g. here: https://github.com/ForNeVeR/tdlib.native/actions/runs/3661144955

kind:infrastructure