8000 GitHub - konstare/emacs-gcc
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

konstare/emacs-gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emacs-gcc - Dockerfile for building emacs.deb with native-comp

⛔️ DEPRECATED. Consider Emacs with native compilation and pure GTK

Summary

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:

  1. The deb is built for ubuntu 20.10, so no libgccjit mess.
  2. no xwidgets
  3. no imagemagick. Emacs now supports resizing and rotating of images without ImageMagick.
  4. all .el files are compiled. make NATIVE_FULL_AOT=1

The package is compiled with flags:

  • –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:

  1. fork the project
  2. In GitHub Actions allow and run manually the workflow.

Installation 2: Compile on your own computer

Requirements

  1. docker

Compilation

git clone https://github.com/konstare/emacs-gcc
cd emacs-gcc
./build.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0