aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.android
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.android')
-rw-r--r--INSTALL.android12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL.android b/INSTALL.android
index 24877d88aef..559058d321e 100644
--- a/INSTALL.android
+++ b/INSTALL.android
@@ -213,6 +213,8 @@ Android systems:
213 (Please see the section GNUTLS near the end of this file.) 213 (Please see the section GNUTLS near the end of this file.)
214 libtiff - https://sourceforge.net/projects/android-ports-for-gnu-emacs 214 libtiff - https://sourceforge.net/projects/android-ports-for-gnu-emacs
215 (Extract and point ``--with-ndk-path'' to tiff-4.5.0-emacs.tar.gz.) 215 (Extract and point ``--with-ndk-path'' to tiff-4.5.0-emacs.tar.gz.)
216 tree-sitter - https://sourceforge.net/projects/android-ports-for-gnu-emacs
217 (Please see the section TREE-SITTER near the end of this file.)
216 218
217We anticipate that most untested non-trivial ndk-build dependencies 219We anticipate that most untested non-trivial ndk-build dependencies
218will need adjustments in Emacs to work, as the Emacs build system 220will need adjustments in Emacs to work, as the Emacs build system
@@ -575,6 +577,16 @@ and add the resulting folders to ``--with-ndk-path''. Note that you
575should not try to build these packages separately using any 577should not try to build these packages separately using any
576`configure' script or Makefiles inside. 578`configure' script or Makefiles inside.
577 579
580TREE-SITTER
581
582A copy of tree-sitter modified to build with the ndk-build system can
583also find that URL. To build Emacs with tree-sitter, you must unpack
584the following tar archive in that site:
585
586 tree-sitter-0.20.7-emacs.tar.gz
587
588and add the resulting folder to ``--with-ndk-build''.
589
578 590
579 591
580This file is part of GNU Emacs. 592This file is part of GNU Emacs.