cryptonite icon indicating copy to clipboard operation
cryptonite copied to clipboard

New instructions

Open algunt opened this issue 8 years ago • 3 comments

Instructions for compiling obsoleted for new versions of NDK. How to build a project with new NDK versions?

algunt avatar Oct 19 '16 14:10 algunt

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.

neurodroid avatar Oct 19 '16 15:10 neurodroid

There's more complicated.

  1. Some relative paths in NDK are changed or missing.
  2. 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.

algunt avatar Oct 19 '16 19:10 algunt

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

neurodroid avatar Oct 19 '16 20:10 neurodroid