From fdd1793f316e9f7f69c15862a04ec05de59cb15e Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 19 Nov 2018 14:48:07 +0200 Subject: update README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ee7d26..a60117f 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,12 @@ Other than x86 is currently untested and probably doesn't work. ## Running ```shell -./app my-x86-android-lib.so +./andre my-android-binary +./andre my-android-jni-lib.so +sh andre-apk.sh my-android-unity-app.apk ``` -But currently `app` assumes pretty much `libunity.so`, so it will probably -crash after returning from `JNI_OnLoad` :D. +`andre-apk.sh` currently assumes app that uses `libunity.so`. ## Notes about runtime libraries and porting @@ -86,8 +87,8 @@ out. Also helpful resource for this project. [libhybris](https://github.com/libhybris/libhybris) Very badly documented project, but I guess it has some overlap with this project? Seems to be -mainly aimed for using android GPU drivers on GNU/Linux and nothing else -really. +mainly aimed for using android GPU drivers on GNU/Linux. Also uses AOSP +linker, probably this is the resource apkenv used. ## Contributing -- cgit v1.2.3