# HG changeset patch # User Chris Cannam # Date 1579178142 0 # Thu Jan 16 12:35:42 2020 +0000 # Node ID e04689aa7695db930a0f6785abdf6b8b97244942 # Parent 54179a8dedd0418b99bfb96514abe5403d7041c0 Remove usage of hg subdir; instead add a note in the README diff --git a/.hgsub b/.hgsub deleted file mode 100644 --- a/.hgsub +++ /dev/null @@ -1,1 +0,0 @@ -jni/rubberband = https://bitbucket.org/breakfastquay/rubberband diff --git a/.hgsubstate b/.hgsubstate deleted file mode 100644 --- a/.hgsubstate +++ /dev/null @@ -1,1 +0,0 @@ -e76dc9416f600c4336cfa7da8300ac4d3600ed3e jni/rubberband diff --git a/README b/README --- a/README +++ b/README @@ -13,7 +13,12 @@ should refer to in your own work. This is simply an illustration of the use of the JNI (Android NDK) interface. -To build: +To build, first make sure the Rubber Band Library code is checked out +at the subdirectory jni/rubberband: + + $ hg clone https://hg.sr.ht/~breakfastquay/rubberband jni/rubberband + +Then run: $ ndk-build $ ant debug