-
Notifications
You must be signed in to change notification settings - Fork 18
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
Impossible to build #30
Comments
As an experienced Linuxian, you should be used to this kind of thing - keep trying, it’ll work eventually. |
|
That’s how we Linux people roll, welcome to the club 😉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
note: I'm fairly new to Node.JS but I'm an experienced Linuxian, bash, C++ and C# programmer.
After a full hour trying different things, I find myself unable to build and run my own copy of this bot.
I have failed compiling the various dependencies on both Windows 10 x86_64 and Dockerized Ubuntu.
The main culprint appears to be
libsodium
andopus
which won't work by using the Ubuntu's package, and I cannot manage to build it at all, despite following various instructions from other bug trackers and projects with the same error message I am getting.And I'm not even going to go into the incredible amount of warnings while compiling the dependencies.
How am I supposed to run this?
The text was updated successfully, but these errors were encountered: