diff options
Diffstat (limited to 'INSTALL.android')
| -rw-r--r-- | INSTALL.android | 12 |
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 | ||
| 217 | We anticipate that most untested non-trivial ndk-build dependencies | 219 | We anticipate that most untested non-trivial ndk-build dependencies |
| 218 | will need adjustments in Emacs to work, as the Emacs build system | 220 | will 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 | |||
| 575 | should not try to build these packages separately using any | 577 | should not try to build these packages separately using any |
| 576 | `configure' script or Makefiles inside. | 578 | `configure' script or Makefiles inside. |
| 577 | 579 | ||
| 580 | TREE-SITTER | ||
| 581 | |||
| 582 | A copy of tree-sitter modified to build with the ndk-build system can | ||
| 583 | also find that URL. To build Emacs with tree-sitter, you must unpack | ||
| 584 | the following tar archive in that site: | ||
| 585 | |||
| 586 | tree-sitter-0.20.7-emacs.tar.gz | ||
| 587 | |||
| 588 | and add the resulting folder to ``--with-ndk-build''. | ||
| 589 | |||
| 578 | 590 | ||
| 579 | 591 | ||
| 580 | This file is part of GNU Emacs. | 592 | This file is part of GNU Emacs. |