3 files changed, 6 insertions(+), 3 deletions(-)
R .hgsub =>
R .hgsubstate =>
M README
R .hgsub => +0 -1
@@ 1,1 0,0 @@
-jni/rubberband = https://bitbucket.org/breakfastquay/rubberband
R .hgsubstate => +0 -1
@@ 1,1 0,0 @@
-e76dc9416f600c4336cfa7da8300ac4d3600ed3e jni/rubberband
M README +6 -1
@@ 13,7 13,12 @@ Android-specific Java code here is absol
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