Skip to content

Instantly share code, notes, and snippets.

@ligi
Created June 24, 2016 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ligi/92b9f89b382e641cc296ee18967a5ea5 to your computer and use it in GitHub Desktop.
Save ligi/92b9f89b382e641cc296ee18967a5ea5 to your computer and use it in GitHub Desktop.
mkdir /tmp/workspace
cd /tmp/workspace/
export GOPATH=/tmp/workspace/
export PATH=$GOPATH/bin:$PATH
go get -d github.com/ipfs/go-ipfs
cd $GOPATH/src/github.com/ipfs/go-ipfs
make toolkit_upgrade
make deps
xgo --targets=android-16/* ./cmd/ipfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment