From 8731140929c6c892402f5d9b926c6a8899c1636d Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 10 Mar 2019 21:22:49 +0200 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa138bf18..bbb66db48 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,9 @@ If you decided to test the new branch and have AArch64 device, follow these step 3. Run `pkg up`. -4. Report found issues. +4. Report found issues. Note that issues only for official packages are accepted. + +It is highly recommended to try to execute programs without `LD_LIBRARY_PATH` set. Most of them should continue to run since `DT_RUNPATH` field compiled-in ELF binary is used. Though, some programs are not working due to missing `DT_RUNPATH`, please check list in the related issue https://github.com/termux/termux-packages/issues/3490 and tell if we missed something. ## Directory Structure