-
Notifications
You must be signed in to change notification settings - Fork 30
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
How to compile aeacus #96
Comments
After trying multiple times to install GNUWin and MinGW (that part is probably on me), I switched to the latest version of Ubuntu (20.04.2). |
Ah, my bad; we had removed the Makefile in an earlier commit. As of c08b240, you should be able to run the command successfully. Please re-pull and try again; sorry about that. |
It's alright, I'm not used to compiling with anything other than |
Is |
I installed |
I don't see where |
By default, Go installs binaries to export PATH="$PATH:${GOPATH:-$HOME/go}/bin" |
This is the error I received after running your export PATH-
|
I kept trying different stuff (including re-cloning the source), but nothing has worked. I have no idea how to fix this error, do you have any ideas? |
Have you installed dependencies with |
If your goal is to just have the code compiled, and you're not looking to change |
Thank you :) this worked! Sorry, I've never used Okay, so now, do I just move |
You'll also need the |
The I'm trying to make a configuration guide not only for myself, but for my team, so they can understand how to use aeacus. So, I'm sorry if this is a lot of questions- |
No problem. The Makefile hasn't been updated to include the |
Sounds good! This answers all of my compilation questions, thank you! |
I feel bad about bothering all of you more, but I'm once again trying with Windows (I am so sorry)...
It's probably something stupid and easy to fix, but I have no idea how to fix this... Thank you so much for taking the time to respond to all of my questions too, it's really helpful and kind of all of you! EDIT: I'm just going to save all of you time and go back to compiling on the FAR SUPERIOR Linux. Sorry for spamming your inboxes by opening and closing this issue haha... |
No worries! The reason it wasn't working is because there's a different syntax for setting environment variables on |
Right! I didn't realize that's how a Makefile worked-- shows how much I know xD |
Following your directions, I tried to compile the latest version myself. I installed
go
andgarble
using the commandgo get mvdan.cc/garble
.When running
make win
, I got this error:'make' is not recognized as an internal or external command, operable program or batch file.
What did I do wrong?
The text was updated successfully, but these errors were encountered: