⛔️ DEPRECATED. Consider Emacs with native compilation and pure GTK
This repository shows a Dockerfile to create a emacs deb package with native compilation. The similar repository shows a Dockerfile for nativecomp and pure GTK support.
The repository i 7561 s the fork of the repository, with few changes:
- The deb is built for ubuntu 20.10, so no libgccjit mess.
- no xwidgets
- no imagemagick. Emacs now supports resizing and rotating of images without ImageMagick.
- all
.el
files are compiled.make NATIVE_FULL_AOT=1
- –with-mailutils
- –without-xwidgets
- –with-modules
- –with-native-compilation
- –with-json
- –without-makeinfo
- CFLAGS=”-O2 -pipe”
Installation 1: Use GitHub Actions
The deb package with this recipe is built by github
and can be found in GitHub Actions.
If the deb package is too old:
- fork the project
- In
GitHub Actions
allow and run manually the workflow.
- docker
git clone https://github.com/konstare/emacs-gcc
cd emacs-gcc
./build.sh