cryptonite
cryptonite copied to clipboard
New instructions
Instructions for compiling obsoleted for new versions of NDK. How to build a project with new NDK versions?
Use grep
to find all occurrences of the ndk version string in the code (not sure what it is at the moment, but maybe r10e
?). Replace all of these with the current ndk version string. Follow the build instructions replacing all occurrences of the old with the new ndk version string. Report here if something isn't working. I currently don't have access to a machine with Android Development Tools.
There's more complicated.
- Some relative paths in NDK are changed or missing.
- Not loaded: https://neurodroid.googlecode.com/git/nrn/agcc https://neurodroid.googlecode.com/git/nrn/agcc-vfp Probably there are still differences in the compiling process.
I don't have the latest ndk and I don't have access to the latest ndk so that I do not know how the relative paths have changed.
agcc
and agcc-vfp
have moved to here:
https://github.com/neurodroid/neurodroid/raw/master/nrn/agcc
https://github.com/neurodroid/neurodroid/raw/master/nrn/agcc-vfp