(Emacs)+install script for Emacs source code
This commit is contained in:
8
Emacs/.local/src/emacs/install.sh
Normal file
8
Emacs/.local/src/emacs/install.sh
Normal 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;
|
||||
Reference in New Issue
Block a user