-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cross-compile / make android library from Shapeshifter-Transports #1
Comments
Convenience build script for shapeshifter-dispatcher here: https://gist.github.com/Jiangyi/7a315627e09aac06c3b46ba229071689 For now, put this script in your GOPATH and run it there please! |
Some more build options here GOOS=android GOARCH=arm CC=/home/n8fr8/android/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc CXX=/home/n8fr8/android/ndk/toolchains/ |
based on our conversation, this should start with getting daemon running on Android as fast as possible. Then explore how to make them nicely integrated |
@eighthave is making solid progress here this week: |
We need this running on Android:
https://github.com/OperatorFoundation/shapeshifter-transports
The text was updated successfully, but these errors were encountered: