[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Android port of Emacs
From: |
Po Lu |
Subject: |
Re: Android port of Emacs |
Date: |
Sat, 17 Jun 2023 07:45:37 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Thomas Fitzsimmons <fitzsim@fitzsim.org> writes:
> My main worry about the port, from a maintainability standpoint, is how
> to cross-compile Emacs for Android using entirely free software. (For
> an extra challenge, my workstation is PPC64, so I can't use pre-built
> x86-64 binaries.) Po, are there steps I can take using a free toolchain
> to generate an APK that I can try on my device?
>
Emacs doesn't require any proprietary software to be built on Android.
Providing a suitable Java compiler and pointing GCC or Clang to the
Android headers is sufficient.
The tools and headers are all free software and run on the RS/6000.
> I have seen other Android projects that claim to be buildable only with
> Gradle which AFAIK is free software, but they are Java-only, but I
> haven't tried myself. Can Emacs be built using gradlew? Is the NDK
> required to build Emacs for Android?
The build system used is based on Make, not Gradle. Gradle has the
nasty habit of automatically downloading software you did not ask for.
- Re: contributing to Emacs, (continued)
- Re: contributing to Emacs, Eli Zaretskii, 2023/06/18
- Re: contributing to Emacs, Dr. Arne Babenhauserheide, 2023/06/18
- Re: contributing to Emacs, Eli Zaretskii, 2023/06/18
- Re: contributing to Emacs, Dr. Arne Babenhauserheide, 2023/06/18
- Re: contributing to Emacs, Eli Zaretskii, 2023/06/18
Re: Android port of Emacs, Thomas Fitzsimmons, 2023/06/16
Re: Android port of Emacs, chad, 2023/06/16
- Re: Android port of Emacs, Po Lu, 2023/06/16
- Re: Android port of Emacs, Eli Zaretskii, 2023/06/17
- Re: Android port of Emacs, Po Lu, 2023/06/17
- Re: Android port of Emacs, Eli Zaretskii, 2023/06/17
- Re: Android port of Emacs, Po Lu, 2023/06/17
- Re: Android port of Emacs, Eli Zaretskii, 2023/06/17
- Re: Android port of Emacs, Po Lu, 2023/06/17
- Re: Android port of Emacs, Eli Zaretskii, 2023/06/17
Re: Android port of Emacs, Dr. Arne Babenhauserheide, 2023/06/17