aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/INSTALL16
1 files changed, 13 insertions, 3 deletions
diff --git a/java/INSTALL b/java/INSTALL
index 676c63a3cda..87d8979eb47 100644
--- a/java/INSTALL
+++ b/java/INSTALL
@@ -265,6 +265,8 @@ systems:
265 (Extract and point ``--with-ndk-path'' to tiff-4.5.0-emacs.tar.gz.) 265 (Extract and point ``--with-ndk-path'' to tiff-4.5.0-emacs.tar.gz.)
266 tree-sitter - https://sourceforge.net/projects/android-ports-for-gnu-emacs 266 tree-sitter - https://sourceforge.net/projects/android-ports-for-gnu-emacs
267 (Please see the section TREE-SITTER near the end of this file.) 267 (Please see the section TREE-SITTER near the end of this file.)
268 harfbuzz - https://sourceforge.net/projects/android-ports-for-gnu-emacs
269 (Please see the section HARFBUZZ near the end of this file.)
268 270
269And other developers have ported the following dependencies to Android 271And other developers have ported the following dependencies to Android
270systems: 272systems:
@@ -305,15 +307,23 @@ should not try to build these packages separately using any
305TREE-SITTER 307TREE-SITTER
306 308
307A copy of tree-sitter modified to build with the ndk-build system can 309A copy of tree-sitter modified to build with the ndk-build system can
308also find that URL. To build Emacs with tree-sitter, you must unpack 310also be found that URL. To build Emacs with tree-sitter, you must
309the following tar archive in that site: 311unpack the following tar archive in that site:
310 312
311 tree-sitter-0.20.7-emacs.tar.gz 313 tree-sitter-0.20.7-emacs.tar.gz
312 314
313and add the resulting folder to ``--with-ndk-build''. 315and add the resulting folder to ``--with-ndk-build''.
314 316
315 317
316IMAGEMAGICK 318HARFBUZZ
319
320A copy of HarfBuzz modified to build with the ndk-build system can
321also be found at that URL. To build Emacs with HarfBuzz, you must
322unpack the following tar archive in that site:
323
324 harfbuzz-7.1.0-emacs.tar.gz
325
326and add the resulting folder to ``--with-ndk-build''.
317 327
318There is a third party port of ImageMagick to Android. Unfortunately, 328There is a third party port of ImageMagick to Android. Unfortunately,
319the port also uses its own patched versions of libpng, libjpeg, 329the port also uses its own patched versions of libpng, libjpeg,