Degot

Results 3 comments of Degot

I had similar issue. I needed to: ``` sudo apt-get install libc++-dev libc++abi-dev ```

and by the way, without --features download-tdlib.

I executed these commands: ``` $ sudo apt-get install build-essential libc++-dev libc++abi-dev $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh $ wget "https://codeload.github.com/FedericoBruzzone/tgt/zip/refs/tags/v1.0.0" -O tgt-1.0.0.zip $ unzip tgt-1.0.0.zip $...