-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Request] binary or tutorial for Linux #21
Comments
Sorry, there may be no plans to port Linux for now, but there may be some solutions.
I have time to try to compile under Linux as well. 🤔 |
The current code will not compile under Linux since I've been messing with Linux support myself a while ago. The code has a dependency on GMP, but most Linux distro's should have that. |
@Sonic-The-Hedgehog-LNK1123 thank you so much! I think this should be implemented into the repo! It worked, although it does not support the newest The only problem I have right now is (maybe even offtopic!) I can not get it to work smoothly with golangs CGO. At the end I always get the error:
Thanks! P.S.: maybe you have some expirience with this and can help out? ;) |
@MartinHotmann I only ever tested this code with a online compiler service that ends up running user code in a Linux environment. (I also compiled it using MinGw (GCC), but that was on Windows, not Linux)
That is very strange, since this code requires C++17 support, what error are you getting there?
This error is telling you it detected C++11 code while running in C++0x mode, Again this code actually requires C++17 support. |
I would really like to know, if this code is also intended to be used on Linux.
Of course I can use mono or wine . but I would like to run it as binary or a compiled code on linux.
So how do I compile this for linux? :)
Thanks in advance!
The text was updated successfully, but these errors were encountered: