-
Notifications
You must be signed in to change notification settings - Fork 145
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
ARM Build #5
Comments
Yes, I could. ARM Linux? By the way, you might be very, very pleasantly surprised at how easy it is to cross-compile in Go. Go's tooling is excellent, and cross-compilation generally "just works". This command will procude a working ARM devd binary in the repo:
Yes, it really is that simple. |
Yes, ARM Linux would be great. You're right, though, that is easy! |
I was able to do it with the help of gox. Thanks! |
I spoke too soon. Running the binary on my ARM machine, I get:
How would I build so those files are included? |
Ok, got it working by manually installing go.rice and modifying the build bash script in the devd source. If anyone needs the arm binary before cortesi releases one, I've posted a copy here. |
@judsonmitchell: I would definitely merge a pull request that added ARM support to that build script... ;) |
This looks like a great project. Any chance your can release a build for ARM machines? I'm hesitant to try compiling it myself....
The text was updated successfully, but these errors were encountered: