Created
August 4, 2020 20:39
-
-
Save easbarba/3f6dc2355d3e6251891efa7d6953ab31 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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