This is Emacs port for Android. This repo contains only build scripts.
cd native
git clone http://github.com/zielmicha/emacs.git emacs-src
./build.sh
git clone https://github.com/zielmicha/emacs-android-app.git
cd emacs-android-app
ant debug install
By default Android application downloads pre-build Emacs from emacs.zielm.com. If you want to use your own build:
- Setup HTTP server with SSH access.
cd native; ./upload.sh username@host:path
- Download http://emacs.zielm.com/data/busyboxrc.sh to the same directory.
- Change MIRROR=... in busyboxrc.sh to your server URL.