Skip to content

Commit

Permalink
Merge pull request #7238 from ipfs/feat/release-0.5.0
Browse files Browse the repository at this point in the history
feat: release 0.5.0
  • Loading branch information
Stebalien committed Apr 28, 2020
2 parents b786c32 + f6c4894 commit 36789ea
Show file tree
Hide file tree
Showing 3 changed files with 1,272 additions and 225 deletions.
Loading

3 comments on commit 36789ea

@NatoBoram
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Stebalien
Copy link
Member Author

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.

@NatoBoram
Copy link
Contributor

@NatoBoram NatoBoram commented on 36789ea Apr 29, 2020

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

  1. https://play.google.com/store/apps/details?id=com.termux
  2. pkg install go build-essential binutils-gold git make
  3. git clone git@github.com:ipfs/go-ipfs.git
  4. cd go-ipfs
  5. make install

I could only compile for the current architecture, however. Building for 386, amd64 and arm fails on my device.

Please sign in to comment.