-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to run it on linux? #56
Comments
Is I correctly understand, that this library works only on MacOS? |
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 Did you find any way how to run in alpine? Maybe need install some dependencies for cpp or c? |
|
Funinthesun210 |
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?
The text was updated successfully, but these errors were encountered: