Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7238 from ipfs/feat/release-0.5.0
feat: release 0.5.0
- Loading branch information
36789ea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I managed to compile it for Android.
go-ipfs_v0.5.0_android-arm64.zip
bafybeib2gcwjqdt3orqqng6kqivuoz72rweinjuvozscrhi7jos5lfx5ze
36789ea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How? If it's easy, we can do this automatically.
36789ea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Honestly, it's a pain in the ass on desktop, but directly from Android it's pretty easy.
Desktop
https://jasonplayne.com/programming-2/how-to-cross-compile-golang-for-android
Android
pkg install go build-essential binutils-gold git make
git clone git@github.com:ipfs/go-ipfs.git
cd go-ipfs
make install
I could only compile for the current architecture, however. Building for
386
,amd64
andarm
fails on my device.