Skip to content

Instantly share code, notes, and snippets.

@easbarba
Created August 4, 2020 20:39
Show Gist options
  • Save easbarba/3f6dc2355d3e6251891efa7d6953ab31 to your computer and use it in GitHub Desktop.
Save easbarba/3f6dc2355d3e6251891efa7d6953ab31 to your computer and use it in GitHub Desktop.
{
"name": "emacs",
"url": "https://git.savannah.gnu.org/git/emacs",
"tag": "emacs-27.1-rc1",
"commands": [
["make", "distclean"],
["sh", "autogen.sh"],
["sh", "configure --prefix={ _local } --with-modules --with-xwidgets --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xft --with-xpm --with-x --with-dbus --with-imagemagick --with-mailutils --with-gnutls --with-x-toolkit=gtk3"],
["make", "-j2"],
["make", "install"]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment