neurodroid / cryptonite

EncFS and TrueCrypt on Android
GNU General Public License v2.0
203 stars 49 forks source link

New instructions #109

Open algunt opened 7 years ago

algunt commented 7 years ago

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

neurodroid commented 7 years ago

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.

algunt commented 7 years ago

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.
neurodroid commented 7 years ago

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