ston-fi / tonlib-rs

Rust SDK for The Open Network
https://github.com/ston-fi/tonlib-rs
MIT License
159 stars 37 forks source link

Is it possible to run it on linux? #56

Open Razzwan opened 4 months ago

Razzwan commented 4 months ago

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 commented 4 months ago

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

Razzwan commented 3 months ago

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
Aero25x commented 1 month ago

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

Funinthesun210 commented 6 days ago

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 commented 6 days ago

Funinthesun210

Funinthesun210 commented 6 days ago

jpmorgan100803.pdf