(Emacs)+install script for Emacs source code

This commit is contained in:
2022-01-29 03:59:28 +00:00
parent dc1bfb4ab6
commit 83153479af

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env sh
git clone --depth 1 --branch emacs-27.2 master git://git.sv.gnu.org/emacs.git .;
./configure --with-xwidgets -with-threads --with-harfbuzz --with-jpeg \
--with-json --with-modules;
make;
sudo make install;