tonlib-rs icon indicating copy to clipboard operation
tonlib-rs copied to clipboard

Is it possible to run it on linux?

Open Razzwan opened this issue 1 year ago • 6 comments

I try to use this library to figure out how does it works, and try to run it using linux alpine inside docker container. Is it possible?

Razzwan avatar May 16 '24 16:05 Razzwan

Is I correctly understand, that this library works only on MacOS?

Razzwan avatar May 22 '24 05:05 Razzwan

Finally, I was able to run it inside docker container with the configuration below. Unfortunately, alpine never took off...

FROM rust:1.78.0

RUN apt-get update
RUN apt-get -y install build-essential cmake libsodium-dev libsecp256k1-dev lz4 liblz4-dev

Razzwan avatar Jun 06 '24 07:06 Razzwan

@Razzwan Did you find any way how to run in alpine? Maybe need install some dependencies for cpp or c?

Aero25x avatar Aug 17 '24 11:08 Aero25x

I try to use this library to figure out how does it works, and try to run it using linux alpine inside docker container. Is it possible?

Funinthesun210 avatar Sep 24 '24 03:09 Funinthesun210

Funinthesun210

Funinthesun210 avatar Sep 24 '24 03:09 Funinthesun210