Skip to content

Instantly share code, notes, and snippets.

@3tty0n
Created March 12, 2023 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 3tty0n/4f7e69fa593ebe2147c435efa512c748 to your computer and use it in GitHub Desktop.
Save 3tty0n/4f7e69fa593ebe2147c435efa512c748 to your computer and use it in GitHub Desktop.
Build emacs on Ubuntu 22.04
#!/bin/sh
sudo apt install autoconf
sudo apt-get install build-essential texinfo libx11-dev libxpm-dev libjpeg-dev libpng-dev libgif-dev libtiff-dev libgtk2.0-dev libncurses-dev gnutls-dev libgtk-3-dev
./autogen.sh
./configure --with-native-compilation --with-x-toolkit=gtk3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment