From: Vincent Bernat Date: Thu, 28 Jan 2021 11:54:23 +0000 (+0100) Subject: doc: tell content of lib should be in lib64 for Android X-Git-Tag: 1.0.9~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ba1f7e0dc432f9969db0b59fc0d79e6b59f0805;p=thirdparty%2Flldpd.git doc: tell content of lib should be in lib64 for Android --- diff --git a/README.md b/README.md index 05698684..a13457c7 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Then, you can build `lldpd` with the following commands: make install DESTDIR=$PWD/install Then, copy `install/system/bin/*` to `/system/bin` on the target -system and `install/system/lib/*.so*` to `/system/lib` on the target +system and `install/system/lib/*.so*` to `/system/lib64` on the target system. You may need to create `/data/data/lldpd` as well. [Android NDK]: https://developer.android.com/ndk