Skip to content

Instantly share code, notes, and snippets.

@solmos
Last active February 16, 2021 16:15
Show Gist options
  • Save solmos/1b68b21af8e6e81f339f7825e133180f to your computer and use it in GitHub Desktop.
Save solmos/1b68b21af8e6e81f339f7825e133180f to your computer and use it in GitHub Desktop.
git clone --depth=1 --single-branch
--branch emacs-27 https://github.com/emacs-mirror/emacs.git
cd emacs/
sudo apt install -y autoconf make gcc texinfo libgtk-3-dev libxpm-dev \
libjpeg-dev libgif-dev libtiff5-dev libgnutls28-dev libncurses5-dev \
libjansson-dev libharfbuzz-dev libharfbuzz-bin
./autogen.sh
./configure --with-json --with-modules --with-harfbuzz --with-compress-install \
--with-threads --with-included-regex --with-zlib --without-sound \
--with-jpeg --without-tiff --without-gif --with-png \
--without-rsvg --with-imagemagick --without-toolkit-scroll-bars \
--without-gpm --without-dbus --without-makeinfo --without-pop \
--with-mailutils --without-gsettings --without-pop
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment